Merge pull request #8 from catcherdev/master

Compatibility w/ comment module
This commit is contained in:
Will Rossiter 2013-06-10 22:39:49 -07:00
commit b4500aec4e

View File

@ -15,7 +15,7 @@ class CommentSpamProtection extends Extension {
public function alterCommentForm(&$form) { public function alterCommentForm(&$form) {
SpamProtectorManager::update_form($form, null, array( SpamProtectorManager::update_form($form, null, array(
'Name' => 'author_name', 'Name' => 'author_name',
'CommenterURL' => 'author_url', 'URL' => 'author_url',
'Comment' => 'post_body', 'Comment' => 'post_body',
'Email' => 'author_mail' 'Email' => 'author_mail'
)); ));