diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-05-04 18:25:01 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-05-04 18:25:01 +0000 |
commit | b5608afe0331a38c7761558a20337814f43bb162 (patch) | |
tree | 906b9dc8799e2439dcce640d70abf8da5c8f1496 /phpBB/viewtopic.php | |
parent | 3a38f801687b3d20c594700691d28bf684bf390d (diff) | |
download | forums-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.php | 2 |
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&t=$topic_id&p=$post_id&e=$jump_to", $user->lang['LOGIN_NOTIFY_TOPIC']); } if ($jump_to > 0) |