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
1 changed files with 1 additions and 1 deletions

View File

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