summaryrefslogtreecommitdiffstats
path: root/system/libraries/Log.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-30 05:39:12 +0100
committeradmin <devnull@localhost>2006-10-30 05:39:12 +0100
commit49439ff0a4deaac47e078c137216b0c410bd6ec4 (patch)
tree3e92faeba4204e1efd44a6ae86d32268bb1fc355 /system/libraries/Log.php
parentf3a6204bb0f4538d6a77d9c85c56545be73ecd64 (diff)
Diffstat (limited to 'system/libraries/Log.php')
-rw-r--r--system/libraries/Log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Log.php b/system/libraries/Log.php
index 03dc64005..b21096c50 100644
--- a/system/libraries/Log.php
+++ b/system/libraries/Log.php
@@ -42,7 +42,7 @@ class CI_Log {
*/
function CI_Log()
{
- $config = get_config();
+ $config =& get_config();
$this->log_path = ($config['log_path'] != '') ? $config['log_path'] : BASEPATH.'logs/';