BUG notice level error with statics

This commit is contained in:
Will Rossiter 2015-01-31 15:34:54 +13:00
parent c1a8a83011
commit adbb4be14d
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@ if(class_exists('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
*