This commit is contained in:
wangyidong
2019-09-06 09:44:58 +08:00
parent 05d385aefe
commit 6f38d68c1d
3 changed files with 55 additions and 37 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ class fixer extends baseFixer
foreach($this->data as $field => $value)
{
if(!isset($fields[$field])) unset($this->data->$field);
if(!in_array($field, $this->stripedFields)) $this->specialChars($field);
if(!isset($this->stripedFields[$field])) $this->specialChars($field);
}
return $this->data;