commit | 9438e26671ee1f0b49c8da7a56a0a195788fd5da | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Fri Oct 05 13:16:27 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Fri Oct 05 13:16:27 2012 +0300 |
tree | 9d809ffc460add2fac7cf2ee5c101a56b080202e | |
parent | 6dba0cded0999ccfecce07b55df2c11e3e6cce86 [diff] [blame] |
Fix issue #116 + other space/style fixes [ci skip
diff --git a/system/core/Config.php b/system/core/Config.php index 2f6a9e0..8e4f998 100644 --- a/system/core/Config.php +++ b/system/core/Config.php
@@ -102,7 +102,7 @@ { $file = ($file === '') ? 'config' : str_replace('.php', '', $file); $found = $loaded = FALSE; - + $check_locations = defined('ENVIRONMENT') ? array(ENVIRONMENT.'/'.$file, $file) : array($file);