From 98084c7a47d447299362c23779c08322d02e6b3c Mon Sep 17 00:00:00 2001 From: thinkphp Date: Wed, 22 Jun 2016 15:45:39 +0800 Subject: [PATCH] =?UTF-8?q?Request=E7=B1=BB=E7=9A=84input=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E6=94=AF=E6=8C=81default=5Ffilter=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Request.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/think/Request.php b/library/think/Request.php index 6013448e..b41b135a 100644 --- a/library/think/Request.php +++ b/library/think/Request.php @@ -126,6 +126,7 @@ class Request $this->$name = $item; } } + $this->filter = Config::get('default_filter'); } public function __call($method, $args)