mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUG Debug error handler breaks error_get_last
This commit is contained in:
parent
bdfcee7801
commit
85349820e4
@ -429,6 +429,7 @@ class Debug {
|
|||||||
}
|
}
|
||||||
$reporter->writeTrace(($errcontext ? $errcontext : debug_backtrace()));
|
$reporter->writeTrace(($errcontext ? $errcontext : debug_backtrace()));
|
||||||
$reporter->writeFooter();
|
$reporter->writeFooter();
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user