1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

re-added a precious line

This commit is contained in:
Daniel Klabbers
2017-11-27 14:18:28 +01:00
parent a7bcc79085
commit 9e9136d9be

View File

@@ -29,6 +29,7 @@ class Translator extends BaseTranslator implements TranslatorContract
} else {
$this->assertValidLocale($locale);
}
$parse = ! isset($this->catalogues[$locale]);
$catalogue = parent::getCatalogue($locale);