summaryrefslogtreecommitdiffstats
path: root/system/libraries/Log.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-10 19:47:59 +0200
committeradmin <devnull@localhost>2006-10-10 19:47:59 +0200
commit7099a589d1719311427d7552523ec962ebc3b650 (patch)
treee6c4c09d62f09e8b6c5f85bd83c7b6eaf4b7fc98 /system/libraries/Log.php
parent1e3039878265b09e85f14e6b5ad3fbb6d4aa24c3 (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 eff7cb7fc..09538fa0b 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/';