1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-09 19:26:53 +02:00

another oopsie

git-svn-id: file:///svn/phpbb/trunk@2861 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2002-08-16 01:25:25 +00:00
parent 19f78622b0
commit f47f503fec

View File

@ -88,7 +88,7 @@ while ( $row = $db->sql_fetchrow($result) )
if ( !$row['user_allow_viewonline'] )
{
$view_online = ( $acl->get_admin_acl() ) ? true : false;
$view_online = ( $acl->get_acl_admin() ) ? true : false;
$hidden_users++;
$username = '<i>' . $username . '</i>';