summaryrefslogtreecommitdiffstats
path: root/inc/dictionary.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2014-08-18 17:57:15 +0200
committerSimon Rettberg2014-08-18 17:57:15 +0200
commit5920f98ac71b25522019abea8ea8523df8a555ac (patch)
tree3a9e32bd664bc33985a17ad737d62b22f6cda64d /inc/dictionary.inc.php
parentUpdated config example with comments (diff)
downloadslx-admin-5920f98ac71b25522019abea8ea8523df8a555ac.tar.gz
slx-admin-5920f98ac71b25522019abea8ea8523df8a555ac.tar.xz
slx-admin-5920f98ac71b25522019abea8ea8523df8a555ac.zip
[i18n] Fix loading of messages
Diffstat (limited to 'inc/dictionary.inc.php')
-rw-r--r--inc/dictionary.inc.php2
1 files changed, 1 insertions, 1 deletions
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;