mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
MINOR: readded missing return to return field validation
This commit is contained in:
parent
bb09f582d5
commit
92b88dad44
@ -303,6 +303,7 @@ class EditableFormField extends DataObject {
|
||||
$fields->performReadonlyTransformation();
|
||||
}
|
||||
}
|
||||
return $fields;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user