improved shutdown on error

This commit is contained in:
Steffen Schröder 2014-05-27 08:56:46 +02:00
parent 01c617c16a
commit 7b04ec4317

View File

@ -269,8 +269,7 @@ class ErrorHandler {
} }
} }
if ($this->shouldStopExecution($errorNumber)) { if ($this->shouldStopExecution($errorNumber)) {
logMessage('Stopping Execution...'); $this->maniaControl->quit('Stopping Execution...');
exit();
} }
return false; return false;
} }