Update Form.php

tiny typo
This commit is contained in:
Phill Price 2014-06-10 13:50:28 +01:00
parent 81e6c806a7
commit b2455f2d20

View File

@ -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;