mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-10 11:46:32 +02:00
another oopsie
git-svn-id: file:///svn/phpbb/trunk@2861 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -88,7 +88,7 @@ while ( $row = $db->sql_fetchrow($result) )
|
|||||||
|
|
||||||
if ( !$row['user_allow_viewonline'] )
|
if ( !$row['user_allow_viewonline'] )
|
||||||
{
|
{
|
||||||
$view_online = ( $acl->get_admin_acl() ) ? true : false;
|
$view_online = ( $acl->get_acl_admin() ) ? true : false;
|
||||||
$hidden_users++;
|
$hidden_users++;
|
||||||
|
|
||||||
$username = '<i>' . $username . '</i>';
|
$username = '<i>' . $username . '</i>';
|
||||||
|
Reference in New Issue
Block a user