From fcbd2d0ec6ab3546c32a93ab260fa8af33b068f6 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Wed, 10 Apr 2013 14:48:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3Input=E7=B1=BB=E4=B8=80?= =?UTF-8?q?=E5=A4=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Think/Input.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Think/Input.php b/Think/Input.php index 2f4a3c4a..b4be8129 100644 --- a/Think/Input.php +++ b/Think/Input.php @@ -79,7 +79,7 @@ class Input { } // 过滤表单中的表达式 - static private filter_exp(&$value){ + static private function filter_exp(&$value){ if (in_array(strtolower($value),array('exp','or'))){ $value .= ' '; }