aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
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)
{