diff --git a/code/EditableSpamProtectionField.php b/code/EditableSpamProtectionField.php index ef6d3bd..5fec23b 100644 --- a/code/EditableSpamProtectionField.php +++ b/code/EditableSpamProtectionField.php @@ -26,7 +26,7 @@ if(class_exists('EditableFormField')){ } function getFieldValidationOptions() { - return new FieldSet(); + return new FieldList(); } function getRequired() { diff --git a/images/editablespamprotectionfield.png b/images/editablespamprotectionfield.png index 746b7ca..0b74bd0 100644 Binary files a/images/editablespamprotectionfield.png and b/images/editablespamprotectionfield.png differ