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()); }