Merge pull request #4 from UndefinedOffset/master

Fix creation of deprecated FieldSet in EditableSpamProtectionField
This commit is contained in:
Will Rossiter 2012-07-06 16:37:15 -07:00
commit c4d2cd0b7a
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