* Fix typo.

This commit is contained in:
dingguodong
2023-08-02 08:51:19 +08:00
parent 888b82cdc9
commit bc758a356f
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3615,7 +3615,7 @@ EOF;
foreach($postData as $key => $value)
{
if(!is_array($value) or strpos($this->config->$objectType->excludeCheckFileds, ",$key,") !== false) continue;
if(!is_array($value) or strpos($this->config->$objectType->excludeCheckFields, ",$key,") !== false) continue;
if(isset($value[$index]) and !empty($value[$index]) and $value[$index] != 'ditto') return true;
}