summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module2
1 files changed, 1 insertions, 1 deletions
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');
}