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:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-26 11:57:41 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-26 11:57:41 +0400
commitb4c557e87de22cd49e041898707f7622ef57e825 (patch)
tree069f83c801a128d4a3ff897f61b2e9b95dbff84b /core/ExceptionHandler.php
parent30002d635b7569d11c9e14675a69d5169c514064 (diff)
Finished more.
Diffstat (limited to 'core/ExceptionHandler.php')
-rw-r--r--core/ExceptionHandler.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/ExceptionHandler.php b/core/ExceptionHandler.php
index 62b0bd2a77..cc25f3b989 100644
--- a/core/ExceptionHandler.php
+++ b/core/ExceptionHandler.php
@@ -56,8 +56,7 @@ class ExceptionHandler
public static function exceptionHandler(Exception $exception)
{
- $plugin = Plugin::getPluginNameFromBacktrace($exception->getTrace());
- Log::e($plugin, $exception);
+ Log::error($exception);
// TODO: what about this code?
/*if (FrontController::shouldRethrowException()) {