Skip to content

Commit

Permalink
Merge pull request #17 from tractorcow/pulls/refactor-mapping
Browse files Browse the repository at this point in the history
API Updated to support SpamProtector API tweak
  • Loading branch information
chillu committed Feb 18, 2014
2 parents 26e3436 + d8ce0be commit ef8eb26
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions code/MathSpamProtector.php
Expand Up @@ -14,5 +14,10 @@ class MathSpamProtector implements SpamProtector {
public function getFormField($name = null, $title = null, $value = null) { public function getFormField($name = null, $title = null, $value = null) {
return new MathSpamProtectorField($name, $title, $value); return new MathSpamProtectorField($name, $title, $value);
} }


} /**
* Not used by MathSpamProtector
*/
public function setFieldMapping($fieldMapping) {}

}

0 comments on commit ef8eb26

Please sign in to comment.