diff options
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 56e4bf2a22..7072b7794e 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -258,7 +258,7 @@ if (!$auth->acl_get('f_read', $forum_id)) trigger_error($user->lang['SORRY_AUTH_READ']); } - login_box($user->cur_page, '', $user->lang['LOGIN_VIEWTOPIC']); + login_box('', $user->lang['LOGIN_VIEWFORUM']); } // Forum is passworded ... check whether access has been granted to this |