mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX: Fix ?flush=1 not flushing en_US language
This commit is contained in:
parent
bda849afeb
commit
a37370343e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user