fix
This commit is contained in:
parent
adaf59cbd9
commit
3e7f93b2ef
@ -95,6 +95,7 @@ class ErrorHandler {
|
||||
|
||||
if ($errorNumber != E_USER_ERROR && $errorNumber != E_USER_WARNING && $errorNumber != E_USER_NOTICE) {
|
||||
|
||||
$error = array();
|
||||
$error["Type"] = "Error";
|
||||
$error["Message"] = $message;
|
||||
$error['OperatingSystem'] = php_uname();
|
||||
|
Loading…
Reference in New Issue
Block a user