summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-03-06 08:19:01 +0000
committerDries Buytaert <dries@buytaert.net>2003-03-06 08:19:01 +0000
commit25c5e5977a85b8642aa8feb85e4f5807e9719a31 (patch)
treebe72a55c3433429d99351393927d62d63c5d108e /modules
parenta15bf99e467c79576813c466d16553897e69c6c7 (diff)
downloadbrdo-25c5e5977a85b8642aa8feb85e4f5807e9719a31.tar.gz
brdo-25c5e5977a85b8642aa8feb85e4f5807e9719a31.tar.bz2
- Fixed broken URL in comment form. Patch by Ax.
Diffstat (limited to 'modules')
-rw-r--r--modules/comment.module2
-rw-r--r--modules/comment/comment.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment.module b/modules/comment.module
index 1c56bf2ce..7c610a284 100644
--- a/modules/comment.module
+++ b/modules/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) {
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) {