mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 15:12:48 +08:00
修正Input类一处错误
This commit is contained in:
@@ -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'))){
|
if (in_array(strtolower($value),array('exp','or'))){
|
||||||
$value .= ' ';
|
$value .= ' ';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user