From de8905c475477693e36a39fd17ad8b0af1d58e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Sun, 4 May 2014 00:02:28 +0200 Subject: [PATCH] code improvement --- application/core/ManiaControl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/ManiaControl.php b/application/core/ManiaControl.php index 4c579130..633f61ab 100644 --- a/application/core/ManiaControl.php +++ b/application/core/ManiaControl.php @@ -419,7 +419,7 @@ class ManiaControl implements CommandListener, TimerListener { } catch (Exception $e) { // TODO remove if ($this->errorHandler) { - $this->errorHandler->triggerDebugNotice("Fatal Exception: " . $e->getMessage() . " Trace: " . $e->getTraceAsString()); + $this->errorHandler->handleException($e, false); } $this->quit($e->getMessage()); }