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:
authorFabian Becker <halfdan@xnorfz.de>2013-10-01 01:41:13 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-10-01 01:41:13 +0400
commitdb6add11e5ec204ca25722d245d23add63b0816c (patch)
treed513f776d39f9a73455f70e309eb0380ffbb44a3 /core/ExceptionHandler.php
parentb79c18f59eb6ba5ec30a195a71bb8c67bbd5aeb5 (diff)
parentd7a33219e4b84bc2e1a552de16b5433415d12b3d (diff)
Merge pull request #111 from piwik/registry
Removing Zend_Registry from Core fixes #4188
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 26ecef6a00..13cca7f35d 100644
--- a/core/ExceptionHandler.php
+++ b/core/ExceptionHandler.php
@@ -62,4 +62,4 @@ class ExceptionHandler
{
Log::error($exception);
}
-} \ No newline at end of file
+}