diff --git a/forms/Form.php b/forms/Form.php index 2ce2e89e2..513f709ac 100644 --- a/forms/Form.php +++ b/forms/Form.php @@ -1249,7 +1249,7 @@ class Form extends RequestHandler { $dataFields = $this->fields->saveableFields(); $lastField = null; if($dataFields) foreach($dataFields as $field) { - // Skip fields that have been exlcuded + // Skip fields that have been excluded if($fieldList && is_array($fieldList) && !in_array($field->getName(), $fieldList)) continue;