1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +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

@@ -55,6 +55,8 @@ function adm_page_header($page_title)
return;
}
$user->update_session_infos();
// gzip_compression
if ($config['gzip_compress'])
{
@@ -164,8 +166,6 @@ function adm_page_footer($copyright_html = true)
return;
}
$user->update_session_infos();
phpbb_check_and_display_sql_report($request, $auth, $db);
$template->assign_vars(array(