BUG Debug error handler breaks error_get_last

This commit is contained in:
Damian Mooyman 2013-10-23 11:43:37 +13:00 committed by Will Rossiter
parent bdfcee7801
commit 85349820e4

View File

@ -429,6 +429,7 @@ class Debug {
}
$reporter->writeTrace(($errcontext ? $errcontext : debug_backtrace()));
$reporter->writeFooter();
return false;
}
/**