mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
[ticket/14409] Update session page info before displaying online list
PHPBB3-14409
This commit is contained in:
@@ -85,6 +85,8 @@ if ($mode == 'whois' && $auth->acl_get('a_') && $session_id)
|
||||
page_footer();
|
||||
}
|
||||
|
||||
$user->update_session_infos();
|
||||
|
||||
// Forum info
|
||||
$sql_ary = array(
|
||||
'SELECT' => 'f.forum_id, f.forum_name, f.parent_id, f.forum_type, f.left_id, f.right_id',
|
||||
|
Reference in New Issue
Block a user