mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor improvements (#760)
This commit is contained in:
parent
0728fad7d7
commit
495a2bb5c7
3 changed files with 1 additions and 6 deletions
|
@ -44,7 +44,6 @@ if ($bb_cfg['show_online_userlist_index']) {
|
|||
${$online_list} = CACHE('bb_cache')->get($online_list);
|
||||
}
|
||||
|
||||
$template->assign_var('SHOW_ONLINE_LIST');
|
||||
$template->assign_vars(array(
|
||||
'TOTAL_USERS_ONLINE' => ${$online_list}['stat'],
|
||||
'LOGGED_IN_USER_LIST' => ${$online_list}['userlist'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue