BUGFIX instantiate protector class for check to work

This commit is contained in:
Mark Stephens 2009-08-18 03:37:34 +00:00
parent 59ef9b376d
commit 3c1c9f943a
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ class SpamProtectorManager {
}
if(!$protectorClass) return null;
$protector = new $protectorClass();
try {
$check = $protector->updateForm($form, $before, $fieldsToSpamServiceMapping);