mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-21 07:51:33 +02:00
Modified as per Nathans suggestion - Mark II
git-svn-id: file:///svn/phpbb/trunk@187 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -168,8 +168,8 @@ if($online_count)
|
||||
}
|
||||
|
||||
$template->assign_vars(array(
|
||||
"L_ACTIVE_USERS" => $active_users,
|
||||
"L_GUEST_USERS" => $guest_users
|
||||
"ACTIVE_USERS" => $active_users,
|
||||
"GUEST_USERS" => $guest_users
|
||||
)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user