1
0
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:
Oliver Schramm
2016-02-13 14:57:04 +01:00
parent ad5d4f6bc3
commit 1bd4895d7a
4 changed files with 8 additions and 4 deletions

View File

@@ -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',