diff options
Diffstat (limited to 'modules/comment.module')
-rw-r--r-- | modules/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment.module b/modules/comment.module index f98b94ee9..a2b376630 100644 --- a/modules/comment.module +++ b/modules/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'); } |