mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-22 16:22:58 +02:00
Cleaning up (#13689)
Also removed the useless login box from the ACP. git-svn-id: file:///svn/phpbb/trunk@7919 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -81,7 +81,7 @@ if (!$auth->acl_gets('f_list', 'f_read', $forum_id) || ($forum_data['forum_type'
|
||||
{
|
||||
if ($user->data['user_id'] != ANONYMOUS)
|
||||
{
|
||||
trigger_error($user->lang['SORRY_AUTH_READ']);
|
||||
trigger_error('SORRY_AUTH_READ');
|
||||
}
|
||||
|
||||
login_box('', $user->lang['LOGIN_VIEWFORUM']);
|
||||
|
Reference in New Issue
Block a user