Fixed error_handler trace generation on higher debug levels

This commit is contained in:
Shoghi Cervantes
2014-10-15 17:58:03 +02:00
parent ed942100ec
commit 1adf53a81e
2 changed files with 3 additions and 3 deletions

View File

@ -1932,7 +1932,7 @@ class Server{
return;
}
error_handler(E_ERROR, $e->getMessage(), $e->getFile(), $e->getLine(), $e->getTrace());
error_handler(E_ERROR, $e->getMessage(), $e->getFile(), $e->getLine(), [], $e->getTrace());
global $lastExceptionError, $lastError;
$lastExceptionError = $lastError;
$this->crashDump();