From d8ce0be778d655ea7d2bb66aef0dc77a99c60991 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Wed, 19 Feb 2014 10:13:39 +1300 Subject: [PATCH] API Updated to support SpamProtector API tweak --- code/MathSpamProtector.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/code/MathSpamProtector.php b/code/MathSpamProtector.php index 8b81dc9..dfebc2c 100644 --- a/code/MathSpamProtector.php +++ b/code/MathSpamProtector.php @@ -14,5 +14,10 @@ class MathSpamProtector implements SpamProtector { public function getFormField($name = null, $title = null, $value = null) { return new MathSpamProtectorField($name, $title, $value); } - -} \ No newline at end of file + + /** + * Not used by MathSpamProtector + */ + public function setFieldMapping($fieldMapping) {} + +}