summaryrefslogtreecommitdiffstats
path: root/system/core/Config.php
diff options
context:
space:
mode:
authorFu Xu <fuxu@fuxu.name>2014-06-12 10:49:11 +0200
committerFu Xu <fuxu@fuxu.name>2014-06-12 10:49:11 +0200
commit66b181e56c38f0834342abc1bb9ed20c51aef240 (patch)
treeb91613dfcfdd5c44b9d481a582869c591e2099e3 /system/core/Config.php
parentb3355196d8a0541812fa0883e7fcdac912fa6d98 (diff)
style change
Diffstat (limited to 'system/core/Config.php')
-rw-r--r--system/core/Config.php2
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';