From 39282ac471abefa0a9eb3a506c72ac250177845a Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 1 Apr 2013 13:33:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9BThink\Error=E7=B1=BB=E7=9A=84?= =?UTF-8?q?appShutdown=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Think/Error.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Think/Error.php b/Think/Error.php index 66ab8b6b..40e03c08 100644 --- a/Think/Error.php +++ b/Think/Error.php @@ -65,7 +65,7 @@ class Error { Log::save(); if ($e = error_get_last()) { ob_end_clean(); - self::appError($e['type'],$e['message'],$e['file'],$e['line']); + self::halt($e); } }