diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-09-17 17:48:20 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-09-17 17:48:20 -0700 |
commit | 38be33ef35cd5e67bf37aa0101d1948b6dc27ed0 (patch) | |
tree | 875c02a2bf9d311546060c89baaf74098de96937 /modules/comment/controllers/comments.php | |
parent | 207d848989880edbbbbc852a366bf3bbaf505d2a (diff) | |
parent | 3e1743b21fd35b9d6d540e827292f1f4f006b531 (diff) |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/comment/controllers/comments.php')
-rw-r--r-- | modules/comment/controllers/comments.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/comment/controllers/comments.php b/modules/comment/controllers/comments.php index ff0e9ce1..ded9743e 100644 --- a/modules/comment/controllers/comments.php +++ b/modules/comment/controllers/comments.php @@ -45,6 +45,7 @@ class Comments_Controller extends Controller { switch ($key) { case "guest_name": $key = "name"; break; case "guest_email": $key = "email"; break; + case "guest_url": $key = "url"; break; } $form->add_comment->inputs[$key]->add_error($error, 1); } |