Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2009-06-24 08:29:22 +0400
committerrobocoder <anthon.pang@gmail.com>2009-06-24 08:29:22 +0400
commit726bf9b594de50fc52924b5fe1ba23baf5bcfbce (patch)
treeff977517145fc4463e94d913e34873378ff3a0e0 /core/ExceptionHandler.php
parentb3da4d8bcf7c29993835d2a47e855e8c0f5f53be (diff)
refs #821 - revised patch
git-svn-id: http://dev.piwik.org/svn/trunk@1250 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/ExceptionHandler.php')
-rw-r--r--core/ExceptionHandler.php2
1 files changed, 1 insertions, 1 deletions
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