diff --git a/library/think/response.php b/library/think/response.php index b6343ea6..cba81750 100644 --- a/library/think/response.php +++ b/library/think/response.php @@ -171,7 +171,8 @@ class Response if ($type) { self::$type = $type; } - self::isExit(true); + self::$isExit = true; + self::send(); } /** @@ -201,7 +202,8 @@ class Response if ($type) { self::$type = $type; } - self::isExit(true); + self::$isExit = true; + self::send(); } /**