mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
BUGFIX: Fixed replaced deprecated FieldSet() with FieldList()
Updated graphic to look better in 3.0
This commit is contained in:
parent
fcfc80c63a
commit
704e8555cc
@ -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