From 25c5e5977a85b8642aa8feb85e4f5807e9719a31 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 6 Mar 2003 08:19:01 +0000 Subject: - Fixed broken URL in comment form. Patch by Ax. --- 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 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) { -- cgit v1.2.3