diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2016-02-13 16:45:04 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2016-02-13 16:45:04 +0100 |
commit | 9590ff3c18b032041f2dc8c726a6e290d6db2904 (patch) | |
tree | ca2cb7bd6975b18a82b1e93267ebf435d616a8e9 /phpBB/includes/functions_acp.php | |
parent | 4f07a0bafb5e8c80c18c5a4d7a8335e1a5c7939d (diff) | |
parent | 1bd4895d7ac933257ccad48d01245025e663c197 (diff) | |
download | forums-9590ff3c18b032041f2dc8c726a6e290d6db2904.tar forums-9590ff3c18b032041f2dc8c726a6e290d6db2904.tar.gz forums-9590ff3c18b032041f2dc8c726a6e290d6db2904.tar.bz2 forums-9590ff3c18b032041f2dc8c726a6e290d6db2904.tar.xz forums-9590ff3c18b032041f2dc8c726a6e290d6db2904.zip |
Merge pull request #4176 from Elsensee/ticket/14409
[ticket/14409] Update session page info before displaying online list
Diffstat (limited to 'phpBB/includes/functions_acp.php')
-rw-r--r-- | phpBB/includes/functions_acp.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions_acp.php b/phpBB/includes/functions_acp.php index 4193f69929..2bbf1c9e57 100644 --- a/phpBB/includes/functions_acp.php +++ b/phpBB/includes/functions_acp.php @@ -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( |