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 .= ' '; }