commit | ee54c112bfb488f833fa032758b817e1bb2c1d7d | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Thu Sep 28 17:13:38 2006 +0000 |
committer | admin <devnull@localhost> | Thu Sep 28 17:13:38 2006 +0000 |
tree | 0f88961293c374d2f6da29856466b75ce319e119 | |
parent | e721cc7c81af84dcabce2992fa693ce36b605a19 [diff] [blame] |
diff --git a/system/libraries/Language.php b/system/libraries/Language.php index 41dab46..dabfd41 100644 --- a/system/libraries/Language.php +++ b/system/libraries/Language.php
@@ -54,7 +54,7 @@ { $langfile = str_replace(EXT, '', str_replace('_lang.', '', $langfile)).'_lang'.EXT; - if (in_array($langfile, $this->is_loaded)) + if (in_array($langfile, $this->is_loaded, TRUE)) { return; }