Update page_header.php

This commit is contained in:
Roman Kelesidis 2023-08-10 12:21:24 +07:00
parent ea9dee60fc
commit 0a7ddbe8ad

View File

@ -39,7 +39,7 @@ if (defined('SHOW_ONLINE') && SHOW_ONLINE)
{
require(INC_DIR .'online_userlist.php');
${$online_list} = CACHE('bb_cache')->get($online_list);
${$online_list} = CACHE('bb_cache')->get($online_list);
}
}