mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-13 20:44:43 +01:00
ooops
git-svn-id: file:///svn/phpbb/trunk@2859 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
8e3bbcde6f
commit
03f5d64e39
@ -101,7 +101,7 @@ while( $row = $db->sql_fetchrow($result) )
|
||||
$logged_hidden_online++;
|
||||
}
|
||||
|
||||
if ( $row['user_allow_viewonline'] || $acl->get_admin_acl() )
|
||||
if ( $row['user_allow_viewonline'] || $acl->get_acl_admin() )
|
||||
{
|
||||
$online_userlist .= ( $online_userlist != '' ) ? ', ' . $user_online_link : $user_online_link;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user