mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
BUGFIX: typo
This commit is contained in:
parent
a71b553fd6
commit
eec28bc82e
@ -359,7 +359,7 @@ class EditableFormField extends DataObject {
|
||||
|
||||
if(!$this->canEdit()) {
|
||||
foreach($fields as $field) {
|
||||
$fields->performReadonlyTransformation();
|
||||
$field->performReadonlyTransformation();
|
||||
}
|
||||
}
|
||||
|
||||
@ -406,4 +406,4 @@ class EditableFormField extends DataObject {
|
||||
public function getValidation() {
|
||||
return array();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user