summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2013-07-15 09:23:37 -0700
committerBart Visscher <bartv@thisnet.nl>2013-07-15 09:23:37 -0700
commit1a2db491af49733486134388f1d21117e200cfa4 (patch)
tree5bfc4fdb2fea969c8128a090002c835747820fe1 /lib/base.php
parentf2639d62692b9cd25adff137fa65954fc3b5a794 (diff)
parent4a6803ef9d4d1527f01fe687f8fa701efe5386dd (diff)
downloadnextcloud-server-1a2db491af49733486134388f1d21117e200cfa4.tar.gz
nextcloud-server-1a2db491af49733486134388f1d21117e200cfa4.zip
Merge pull request #3962 from owncloud/move-error-handlers
Move error handlers from OC_Log to OC\Log\ErrorHandler
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/base.php b/lib/base.php
index 14754a00161..53aa7b09fd5 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -434,9 +434,8 @@ class OC {
}
if (!defined('PHPUNIT_RUN') and !(defined('DEBUG') and DEBUG)) {
- register_shutdown_function(array('OC_Log', 'onShutdown'));
- set_error_handler(array('OC_Log', 'onError'));
- set_exception_handler(array('OC_Log', 'onException'));
+ OC\Log\ErrorHandler::register();
+ OC\Log\ErrorHandler::setLogger(OC_Log::$object);
}
// register the stream wrappers