mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Update Form.php
tiny typo
This commit is contained in:
parent
81e6c806a7
commit
b2455f2d20
@ -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;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user