diff --git a/application/core/ErrorHandler.php b/application/core/ErrorHandler.php index 9c3ff9bf..fac4e541 100644 --- a/application/core/ErrorHandler.php +++ b/application/core/ErrorHandler.php @@ -61,6 +61,8 @@ class ErrorHandler { logMessage("Exception successfully reported!"); } + + $this->maniaControl->restart(); exit(); }