diff --git a/code/extensions/CommentSpamProtection.php b/code/extensions/CommentSpamProtection.php index 18eabb5..24b2afb 100644 --- a/code/extensions/CommentSpamProtection.php +++ b/code/extensions/CommentSpamProtection.php @@ -10,6 +10,7 @@ class CommentSpamProtection extends Extension { public function alterCommentForm(&$form) { $form->enableSpamProtection(array( + 'name' => 'IsSpam', 'mapping' => array( 'Name' => 'authorName', 'Email' => 'authorEmail',