From adbb4be14d791e8c34b70ff5647058bb85b66c77 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Sat, 31 Jan 2015 15:34:54 +1300 Subject: [PATCH] BUG notice level error with statics --- code/EditableSpamProtectionField.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/EditableSpamProtectionField.php b/code/EditableSpamProtectionField.php index 737fb1a..b056894 100644 --- a/code/EditableSpamProtectionField.php +++ b/code/EditableSpamProtectionField.php @@ -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 *