diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-11-09 16:43:11 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-11-09 16:43:11 +0100 |
commit | 0aeee85b5164e31e2a76c05caa97bd898c1a776d (patch) | |
tree | 585cf8b1e473adb3bd9cebedc30f0893675f98cf /system | |
parent | 16a704ce8a1449cbee22fb13bd32508c975fac9f (diff) |
Move the Log class to system/core/
It is a core class after all, I guess somebody forgot it when the rest of them were moved.
Diffstat (limited to 'system')
-rw-r--r-- | system/core/Common.php | 2 | ||||
-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 |