From 3e7f93b2efdd1cab51a3b4989055aca055009451 Mon Sep 17 00:00:00 2001 From: kremsy Date: Sat, 15 Feb 2014 19:19:43 +0100 Subject: [PATCH] fix --- application/core/ErrorHandler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/core/ErrorHandler.php b/application/core/ErrorHandler.php index c7be1fbc..d10ea317 100644 --- a/application/core/ErrorHandler.php +++ b/application/core/ErrorHandler.php @@ -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();