1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 17:07:19 +02:00

re-added a precious line

This commit is contained in:
Daniel Klabbers
2017-11-27 14:18:28 +01:00
parent ac0b4cb2d2
commit f4fc245df4

View File

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