BUGFIX: Fixed replaced deprecated FieldSet() with FieldList()

Updated graphic to look better in 3.0
This commit is contained in:
Ed 2012-07-06 19:59:57 -03:00
parent fcfc80c63a
commit 704e8555cc
2 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ if(class_exists('EditableFormField')){
}
function getFieldValidationOptions() {
return new FieldSet();
return new FieldList();
}
function getRequired() {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB