diff options
author | Fu Xu <fuxu@fuxu.name> | 2014-06-12 10:49:11 +0200 |
---|---|---|
committer | Fu Xu <fuxu@fuxu.name> | 2014-06-12 10:49:11 +0200 |
commit | 66b181e56c38f0834342abc1bb9ed20c51aef240 (patch) | |
tree | b91613dfcfdd5c44b9d481a582869c591e2099e3 /system/core/Config.php | |
parent | b3355196d8a0541812fa0883e7fcdac912fa6d98 (diff) |
style change
Diffstat (limited to 'system/core/Config.php')
-rw-r--r-- | system/core/Config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Config.php b/system/core/Config.php index 6650c4cc9..bd197925a 100644 --- a/system/core/Config.php +++ b/system/core/Config.php @@ -108,7 +108,7 @@ class CI_Config { foreach ($this->_config_paths as $path) { - $found = FALSE; + $found = FALSE; foreach (array(ENVIRONMENT.'/'.$file, $file) as $location) { $file_path = $path.'config/'.$location.'.php'; |