Merge pull request #6 from tractorcow/patch-1

BUG Fixed incorrect field specification
This commit is contained in:
Will Rossiter 2013-04-09 20:23:03 -07:00
commit 7a7344d04c
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ class CommentSpamProtection extends Extension {
'Name' => 'author_name',
'CommenterURL' => 'author_url',
'Comment' => 'post_body',
'Email' => 'author_email'
'Email' => 'author_mail'
));
}
}
}