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

must be an empty line

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

View File

@@ -29,7 +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);