Merge pull request #364 from ajoneil/7190-fix-translation-flush

BUGFIX: Fix ?flush=1 not flushing en_US language
This commit is contained in:
Sean Harvey 2012-04-22 21:05:21 -07:00
commit c7874ba01f

View File

@ -1542,7 +1542,7 @@ class i18n extends Object implements TemplateGlobalProvider {
))
);
i18n::include_by_locale('en_US');
i18n::include_by_locale('en_US', isset($_GET['flush']));
}
return self::$translators;