mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
Update 'CommenterURL' field reference to 'URL'
This commit is contained in:
parent
0acf116c52
commit
839b9e0fc9
@ -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'
|
||||||
));
|
));
|
||||||
|
Loading…
Reference in New Issue
Block a user