mirror of
https://github.com/silverstripe/silverstripe-mathspamprotection
synced 2024-10-22 06:05:52 +00:00
API Updated to support SpamProtector API tweak
This commit is contained in:
parent
26e34367e1
commit
d8ce0be778
@ -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) {}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user