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/Log.php b/system/libraries/Log.php index 03dc640..b21096c 100644 --- a/system/libraries/Log.php +++ b/system/libraries/Log.php
@@ -42,7 +42,7 @@ */ function CI_Log() { - $config = get_config(); + $config =& get_config(); $this->log_path = ($config['log_path'] != '') ? $config['log_path'] : BASEPATH.'logs/';