aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_acp.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2016-02-13 18:00:20 +0100
committerJoas Schilling <nickvergessen@gmx.de>2016-02-13 18:00:20 +0100
commitc2ea2a3e18d5a0d47b50b41ba9d817428061d97f (patch)
tree248b22494bdc1ad21b13613a447494bb43d5c9cd /phpBB/includes/functions_acp.php
parentad5d4f6bc3a061452d415ce0ee5929e33566f29b (diff)
parentcafd165bd03fc1abcfb5ac8058ac658d139221b7 (diff)
downloadforums-c2ea2a3e18d5a0d47b50b41ba9d817428061d97f.tar
forums-c2ea2a3e18d5a0d47b50b41ba9d817428061d97f.tar.gz
forums-c2ea2a3e18d5a0d47b50b41ba9d817428061d97f.tar.bz2
forums-c2ea2a3e18d5a0d47b50b41ba9d817428061d97f.tar.xz
forums-c2ea2a3e18d5a0d47b50b41ba9d817428061d97f.zip
Merge branch 'prep-release-3.1.8' into 3.1.x
Diffstat (limited to 'phpBB/includes/functions_acp.php')
-rw-r--r--phpBB/includes/functions_acp.php4
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(