From 17846536787c27bc92da7e7a25467065b851486b Mon Sep 17 00:00:00 2001 From: Guillaume Lajarige Date: Mon, 4 Apr 2016 13:56:36 +0000 Subject: [PATCH] Cleanup and optimization of the handling/loading of the dictionary files. SVN:trunk[3980] --- core/dict.class.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/dict.class.inc.php b/core/dict.class.inc.php index ae37ac9b5..365358d83 100644 --- a/core/dict.class.inc.php +++ b/core/dict.class.inc.php @@ -143,6 +143,8 @@ class Dict } // Attempt to find the string in english // + self::InitLangIfNeeded('EN US'); + $aDefaultDictionary = self::$m_aData['EN US']; if (array_key_exists($sStringCode, $aDefaultDictionary)) {