From 5920f98ac71b25522019abea8ea8523df8a555ac Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 18 Aug 2014 17:57:15 +0200 Subject: [i18n] Fix loading of messages --- inc/dictionary.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/dictionary.inc.php') diff --git a/inc/dictionary.inc.php b/inc/dictionary.inc.php index 14305c99..c09baaab 100644 --- a/inc/dictionary.inc.php +++ b/inc/dictionary.inc.php @@ -3,7 +3,7 @@ class Dictionary { - private static $messageArray = array(); + private static $messageArray = false; private static $languages; private static $templateCache = array(); private static $hardcodedMessages = false; -- cgit v1.2.3-55-g7522