aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2004-09-01 15:55:41 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2004-09-01 15:55:41 +0000
commitf84ee572c3965a422b58737e021af6c4b6c2c35a (patch)
tree01c3719c4e00c10aad4fe47de3ea22abfa692e9b /phpBB/viewtopic.php
parent33d0903698353cb61e74dd4305bac997ff06fea0 (diff)
downloadforums-f84ee572c3965a422b58737e021af6c4b6c2c35a.tar
forums-f84ee572c3965a422b58737e021af6c4b6c2c35a.tar.gz
forums-f84ee572c3965a422b58737e021af6c4b6c2c35a.tar.bz2
forums-f84ee572c3965a422b58737e021af6c4b6c2c35a.tar.xz
forums-f84ee572c3965a422b58737e021af6c4b6c2c35a.zip
Danger Wil Robinson Danger! Paul is commiting files! Danger
git-svn-id: file:///svn/phpbb/trunk@4972 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 7072b7794e..b9f61f0afc 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -276,7 +276,7 @@ if (isset($_GET['e']))
if ($user->data['user_id'] == ANONYMOUS)
{
- login_box($redirect_url . "&p=$post_id&e=$jump_to", '', $user->lang['LOGIN_NOTIFY_TOPIC']);
+ login_box($redirect_url . "&p=$post_id&e=$jump_to", $user->lang['LOGIN_NOTIFY_TOPIC']);
}
else if ($jump_to > 0)
{