shutdown error report fixed by revert to old state..
This commit is contained in:
parent
d7975e33b7
commit
cfbafc8f82
@ -353,7 +353,7 @@ class ErrorHandler {
|
|||||||
*/
|
*/
|
||||||
public function handleShutdown() {
|
public function handleShutdown() {
|
||||||
$error = error_get_last();
|
$error = error_get_last();
|
||||||
if ($error) {
|
if ($error && ($error['type'] & E_FATAL)) {
|
||||||
$this->handleError($error['type'], $error['message'], $error['file'], $error['line']);
|
$this->handleError($error['type'], $error['message'], $error['file'], $error['line']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user