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/Config.php b/system/libraries/Config.php index 108c94a..26770cc 100644 --- a/system/libraries/Config.php +++ b/system/libraries/Config.php
@@ -63,7 +63,7 @@ { $file = ($file == '') ? 'config' : str_replace(EXT, '', $file); - if (in_array($file, $this->is_loaded)) + if (in_array($file, $this->is_loaded, TRUE)) { return TRUE; }