mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
Merge pull request #75 from 3Dgoo/patch-1
ENH Make use of EditableFormField updateFormField
This commit is contained in:
commit
e717411a9d
@ -77,7 +77,11 @@ class EditableSpamProtectionField extends EditableFormField
|
||||
$protector->setFieldMapping($fieldMapping);
|
||||
|
||||
// Generate field
|
||||
return $protector->getFormField($this->Name, $this->Title, null);
|
||||
$field = $protector->getFormField($this->Name, $this->Title, null);
|
||||
|
||||
$this->doUpdateFormField($field);
|
||||
|
||||
return $field;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user