shutdown error report fixed by revert to old state..
This commit is contained in:
		| @@ -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']); | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user