From 726bf9b594de50fc52924b5fe1ba23baf5bcfbce Mon Sep 17 00:00:00 2001 From: robocoder Date: Wed, 24 Jun 2009 04:29:22 +0000 Subject: refs #821 - revised patch git-svn-id: http://dev.piwik.org/svn/trunk@1250 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- core/ExceptionHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/ExceptionHandler.php') diff --git a/core/ExceptionHandler.php b/core/ExceptionHandler.php index f0b7f60fe6..6d0e5c58d6 100644 --- a/core/ExceptionHandler.php +++ b/core/ExceptionHandler.php @@ -17,7 +17,7 @@ function Piwik_ExceptionHandler(Exception $exception) { try { - Zend_Registry::get('logger_exception')->log_exception($exception); + Zend_Registry::get('logger_exception')->logEvent($exception); } catch(Exception $e) { // case when the exception is raised before the logger being ready // we handle the exception a la mano, but using the Logger formatting properties -- cgit v1.2.3