BUGFIX: Fix ?flush=1 not flushing en_US language

This commit is contained in:
Andrew O'Neil 2012-04-23 14:51:12 +12:00
parent bda849afeb
commit a37370343e

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;