Closed (won't fix)
Project:
Drupal core
Version:
5.x-dev
Component:
comment.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2006 at 14:41 UTC
Updated:
24 Jan 2009 at 08:47 UTC
Jump to comment: Most recent file
Comments
Comment #1
yongrokc commentedI had the same problem and changed lines starting from the line 1597 of the comment.module as below to fix it.
if (variable_get('comment_form_location', COMMENT_FORM_SEPARATE_PAGE) == COMMENT_FORM_SEPARATE_PAGE) {
$destination = "destination=". drupal_urlencode("comment/reply/$nid") . "#comment_form";
}
else {
$destination = "destination=". drupal_urlencode("node/$nid") . "#comment_form";
}
Andy
Comment #2
michelleJust tested and it works fine.
Michelle
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
Bodo Maass commentedThe fix works for me too, so this should be committed. Attached is a patch.
Also, here is a duplicate report for 6.6: http://drupal.org/node/344962
Comment #5
damien tournoud commentedNot a bug. Please see #344962: Broken URLs in "Login or register to post comments" line for a discussion.