From 23e827c770470173b054f75f607c0276e8a17627 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 23 Aug 2016 10:46:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9BRequest=E7=B1=BB=E7=9A=84requ?= =?UTF-8?q?est=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Request.php b/library/think/Request.php index 4ce56a50..ccae2842 100644 --- a/library/think/Request.php +++ b/library/think/Request.php @@ -753,7 +753,7 @@ class Request $this->param = []; return $this->request = array_merge($this->request, $name); } - return $this->input($this->request ?: $_REQUEST, $name, $default, $filter); + return $this->input($this->request, $name, $default, $filter); } /**