From 839b9e0fc9e5f3ff15a6d560ac20902ad3c6f12a Mon Sep 17 00:00:00 2001 From: catcher Date: Mon, 10 Jun 2013 16:46:30 -0600 Subject: [PATCH] Update 'CommenterURL' field reference to 'URL' --- code/extensions/CommentSpamProtection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/extensions/CommentSpamProtection.php b/code/extensions/CommentSpamProtection.php index 3f4ef1d..9bc32f7 100644 --- a/code/extensions/CommentSpamProtection.php +++ b/code/extensions/CommentSpamProtection.php @@ -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' ));