commit | f3a6204bb0f4538d6a77d9c85c56545be73ecd64 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Sun Oct 29 20:24:11 2006 +0000 |
committer | admin <devnull@localhost> | Sun Oct 29 20:24:11 2006 +0000 |
tree | 5f355ad88be33a1f5d35e542984d17b6b6bfb18c | |
parent | 23b8f61fe500a179e6f71b07c32752b80eac2e1a [diff] [blame] |
diff --git a/system/libraries/Config.php b/system/libraries/Config.php index aa26c92..c4ea9b4 100644 --- a/system/libraries/Config.php +++ b/system/libraries/Config.php
@@ -75,7 +75,7 @@ show_error('The configuration file '.$file.EXT.' does not exist.'); } - include_once(APPPATH.'config/'.$file.EXT); + include(APPPATH.'config/'.$file.EXT); if ( ! isset($config) OR ! is_array($config)) {