From 21bed11e668d0a526d35d0baab4606af64141b00 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sun, 13 Nov 2005 02:32:18 +0000 Subject: - Add missing url()s around form actions (these would break without clean URLs) --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index f98b94ee9..a2b376630 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1199,7 +1199,7 @@ function comment_controls($mode = 2, $order = 1, $comments_per_page = 50, $nid = $form['nid'] = array('#type' => 'hidden', '#value' => $nid); - $form['#action'] = 'comment/reply'; + $form['#action'] = url('comment/reply'); return drupal_get_form('comment_controls'. $top_or_bottom, $form, 'comment_controls'); } -- cgit v1.2.3