mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Fixed getting online info from cache (#16)
https://github.com/torrentpier/torrentpier/pull/622
This commit is contained in:
parent
b27be71b1c
commit
88f5e18211
@ -38,6 +38,8 @@ if (defined('SHOW_ONLINE') && SHOW_ONLINE)
|
||||
if (!${$online_list} = CACHE('bb_cache')->get($online_list))
|
||||
{
|
||||
require(INC_DIR .'online_userlist.php');
|
||||
|
||||
${$online_list} = CACHE('bb_cache')->get($online_list);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user