commit | 9ba661b02c492e89028e5c67b7edbfc0efefc9f1 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Mon Jun 04 14:44:34 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Mon Jun 04 14:44:34 2012 +0300 |
tree | d3c3250b2c19b6d009c3fd3fe580b7021ed18a23 | |
parent | 142b618fb7419972288a8f7b58e7e2509b3bf225 [diff] [blame] |
Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d
diff --git a/system/core/Config.php b/system/core/Config.php index 0e5fa52..3de1bcb 100755 --- a/system/core/Config.php +++ b/system/core/Config.php
@@ -189,7 +189,7 @@ */ public function item($item, $index = '') { - if ($index === '') + if ($index == '') { return isset($this->config[$item]) ? $this->config[$item] : FALSE; }