Merge pull request #21 from dnadesign/FixToFieldType

fix to mathspamprotector field
This commit is contained in:
Damian Mooyman 2014-06-11 12:32:12 +12:00
commit bd581c7f7c

View File

@ -146,4 +146,8 @@ class MathSpamProtectorField extends TextField {
return $numbers[$num]; return $numbers[$num];
} }
public function Type() {
return 'mathspamprotector text';
}
} }