mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
Merge pull request #4 from UndefinedOffset/master
Fix creation of deprecated FieldSet in EditableSpamProtectionField
This commit is contained in:
commit
c4d2cd0b7a
@ -26,7 +26,7 @@ if(class_exists('EditableFormField')){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getFieldValidationOptions() {
|
function getFieldValidationOptions() {
|
||||||
return new FieldSet();
|
return new FieldList();
|
||||||
}
|
}
|
||||||
|
|
||||||
function getRequired() {
|
function getRequired() {
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 3.5 KiB |
Loading…
Reference in New Issue
Block a user