mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
Merge pull request #6 from tractorcow/patch-1
BUG Fixed incorrect field specification
This commit is contained in:
commit
7a7344d04c
@ -17,7 +17,7 @@ class CommentSpamProtection extends Extension {
|
|||||||
'Name' => 'author_name',
|
'Name' => 'author_name',
|
||||||
'CommenterURL' => 'author_url',
|
'CommenterURL' => 'author_url',
|
||||||
'Comment' => 'post_body',
|
'Comment' => 'post_body',
|
||||||
'Email' => 'author_email'
|
'Email' => 'author_mail'
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user