summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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';