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 1c56bf2ce..7c610a284 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -107,7 +107,7 @@ function comment_form($edit) {
$form .= form_submit(t("Post comment"));
}
- return form($form, "post", url("comment/reply". $edit["nid"]));
+ return form($form, "post", url("comment/reply/". $edit["nid"]));
}
function comment_edit($cid) {