From 861328c79715329af11c7fa470bfcb4047ce0f02 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Wed, 11 May 2016 10:03:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9BApp=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/App.php b/library/think/App.php index b340ca05..2d0e0623 100644 --- a/library/think/App.php +++ b/library/think/App.php @@ -103,7 +103,7 @@ class App throw new Exception('dispatch type not support', 10008); } // 输出数据到客户端 - if (isset($data) && !is_null($data)) { + if (isset($data)) { // 监听app_end APP_HOOK && Hook::listen('app_end', $data); // 自动响应输出