变更
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ class Columns extends Component
|
|||||||
} else if ($this->isFloat($format)) {
|
} else if ($this->isFloat($format)) {
|
||||||
return (float)$val;
|
return (float)$val;
|
||||||
} else {
|
} else {
|
||||||
return stripslashes($val);
|
return stripslashes((string)$val);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user