diff --git a/code/extensions/CommentSpamProtection.php b/code/extensions/CommentSpamProtection.php index a0c89bd..3f4ef1d 100644 --- a/code/extensions/CommentSpamProtection.php +++ b/code/extensions/CommentSpamProtection.php @@ -17,7 +17,7 @@ class CommentSpamProtection extends Extension { 'Name' => 'author_name', 'CommenterURL' => 'author_url', 'Comment' => 'post_body', - 'Email' => 'author_email' + 'Email' => 'author_mail' )); } -} \ No newline at end of file +}