aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-05-04 18:25:01 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-05-04 18:25:01 +0000
commitb5608afe0331a38c7761558a20337814f43bb162 (patch)
tree906b9dc8799e2439dcce640d70abf8da5c8f1496 /phpBB/viewtopic.php
parent3a38f801687b3d20c594700691d28bf684bf390d (diff)
downloadforums-b5608afe0331a38c7761558a20337814f43bb162.tar
forums-b5608afe0331a38c7761558a20337814f43bb162.tar.gz
forums-b5608afe0331a38c7761558a20337814f43bb162.tar.bz2
forums-b5608afe0331a38c7761558a20337814f43bb162.tar.xz
forums-b5608afe0331a38c7761558a20337814f43bb162.zip
- fix bug #1727 (need to be watched - problems could arise by this change)
- added a note about login_box() to the coding guidelines git-svn-id: file:///svn/phpbb/trunk@5881 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 535f12ee0e..f7f3e81217 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -284,7 +284,7 @@ if (isset($_GET['e']))
if ($user->data['user_id'] == ANONYMOUS)
{
- login_box("{$phpbb_root_path}$redirect_url&p=$post_id&e=$jump_to", $user->lang['LOGIN_NOTIFY_TOPIC']);
+ login_box("{$phpbb_root_path}viewtopic.$phpEx?f=$forum_id&amp;t=$topic_id&amp;p=$post_id&amp;e=$jump_to", $user->lang['LOGIN_NOTIFY_TOPIC']);
}
if ($jump_to > 0)