API Updated to support SpamProtector API tweak

This commit is contained in:
Damian Mooyman 2014-02-19 10:13:39 +13:00
parent 26e34367e1
commit d8ce0be778

View File

@ -15,4 +15,9 @@ class MathSpamProtector implements SpamProtector {
return new MathSpamProtectorField($name, $title, $value); return new MathSpamProtectorField($name, $title, $value);
} }
/**
* Not used by MathSpamProtector
*/
public function setFieldMapping($fieldMapping) {}
} }