summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/core/Common.php2
-rw-r--r--system/core/Log.php (renamed from system/libraries/Log.php)0
2 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Common.php b/system/core/Common.php
index aea5f1808..7feb16bfd 100644
--- a/system/core/Common.php
+++ b/system/core/Common.php
@@ -420,7 +420,7 @@ if ( ! function_exists('log_message'))
return;
}
- $_log =& load_class('Log');
+ $_log =& load_class('Log', 'core');
$_log->write_log($level, $message, $php_error);
}
}
diff --git a/system/libraries/Log.php b/system/core/Log.php
index e66270840..e66270840 100644
--- a/system/libraries/Log.php
+++ b/system/core/Log.php