mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
BUG notice level error with statics
This commit is contained in:
parent
c1a8a83011
commit
adbb4be14d
@ -10,9 +10,9 @@ if(class_exists('EditableFormField')) {
|
|||||||
|
|
||||||
class EditableSpamProtectionField extends EditableFormField {
|
class EditableSpamProtectionField extends EditableFormField {
|
||||||
|
|
||||||
static $singular_name = 'Spam Protection Field';
|
private static $singular_name = 'Spam Protection Field';
|
||||||
|
|
||||||
static $plural_name = 'Spam Protection Fields';
|
private static $plural_name = 'Spam Protection Fields';
|
||||||
/**
|
/**
|
||||||
* Fields to include spam detection for
|
* Fields to include spam detection for
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user