mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 20:08:55 +00:00
another oopsie
git-svn-id: file:///svn/phpbb/trunk@2861 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
19f78622b0
commit
f47f503fec
1 changed files with 1 additions and 1 deletions
|
@ -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>';
|
||||||
|
|
Loading…
Add table
Reference in a new issue