Update 'CommenterURL' field reference to 'URL'

This commit is contained in:
catcher 2013-06-10 16:46:30 -06:00
parent 0acf116c52
commit 839b9e0fc9
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'
));