summaryrefslogtreecommitdiff
path: root/modules/comment
diff options
context:
space:
mode:
authorGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-03-20 16:40:06 +0000
committerGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-03-20 16:40:06 +0000
commit63b3fea2b38d62da171cca6310adfd518fb2131e (patch)
treea3a96357a73de84b1c5e806c07df13732e025275 /modules/comment
parente13799c9eb296837a4d6c1e4d31e9852444bb568 (diff)
downloadbrdo-63b3fea2b38d62da171cca6310adfd518fb2131e.tar.gz
brdo-63b3fea2b38d62da171cca6310adfd518fb2131e.tar.bz2
#54687, Typo with page redirection upon login, patch by matt westgate
Diffstat (limited to 'modules/comment')
-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 51cf65aa1..4ea12cb4f 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -1590,7 +1590,7 @@ function theme_comment_post_forbidden($nid) {
$destination = "destination=comment/reply/$nid";
}
else {
- $destination = "node/$nid";
+ $destination = "destination=node/$nid";
}
if (variable_get('user_register', 1)) {