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

@ -14,5 +14,10 @@ class MathSpamProtector implements SpamProtector {
public function getFormField($name = null, $title = null, $value = null) {
return new MathSpamProtectorField($name, $title, $value);
}
}
/**
* Not used by MathSpamProtector
*/
public function setFieldMapping($fieldMapping) {}
}