From a37370343e04ee1077c6bd36f6fdf7e1cff03430 Mon Sep 17 00:00:00 2001 From: Andrew O'Neil Date: Mon, 23 Apr 2012 14:51:12 +1200 Subject: [PATCH] BUGFIX: Fix ?flush=1 not flushing en_US language --- i18n/i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/i18n.php b/i18n/i18n.php index 82bdb1725..6aff5846e 100644 --- a/i18n/i18n.php +++ b/i18n/i18n.php @@ -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;