commit | 49439ff0a4deaac47e078c137216b0c410bd6ec4 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Mon Oct 30 04:39:12 2006 +0000 |
committer | admin <devnull@localhost> | Mon Oct 30 04:39:12 2006 +0000 |
tree | 3e92faeba4204e1efd44a6ae86d32268bb1fc355 | |
parent | f3a6204bb0f4538d6a77d9c85c56545be73ecd64 [diff] [blame] |
diff --git a/system/libraries/Config.php b/system/libraries/Config.php index c4ea9b4..28409fb 100644 --- a/system/libraries/Config.php +++ b/system/libraries/Config.php
@@ -44,7 +44,7 @@ */ function CI_Config() { - $this->config = get_config(); + $this->config =& get_config(); log_message('debug', "Config Class Initialized"); }