aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_acp.php
diff options
context:
space:
mode:
authorZoddo <zoddo.ino@gmail.com>2015-10-27 16:45:14 +0100
committerZoddo <zoddo.ino@gmail.com>2015-10-27 17:26:18 +0100
commit88dd8a4849915b3b5962118885b574a37e596a00 (patch)
tree2d00ceed2daafc375eec25c7a64fc7d0bd126fdd /phpBB/includes/functions_acp.php
parent6a7567459d62c8c186c5b1b36dc5345e5d36461a (diff)
downloadforums-88dd8a4849915b3b5962118885b574a37e596a00.tar
forums-88dd8a4849915b3b5962118885b574a37e596a00.tar.gz
forums-88dd8a4849915b3b5962118885b574a37e596a00.tar.bz2
forums-88dd8a4849915b3b5962118885b574a37e596a00.tar.xz
forums-88dd8a4849915b3b5962118885b574a37e596a00.zip
[ticket/14261] Move the update of session informations to page_footer()
Currently, the unique way to disable the update of session_page is to pass "false" to the parameter of session_begin(). This method is directly called in app.php, so pages served from the routing system can't disable the update of session informations. By moving the update to page_footer, we can allow controllers to tell to the session manager that we don't want to update the session infos. PHPBB3-14261
Diffstat (limited to 'phpBB/includes/functions_acp.php')
-rw-r--r--phpBB/includes/functions_acp.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/functions_acp.php b/phpBB/includes/functions_acp.php
index d566336d26..4193f69929 100644
--- a/phpBB/includes/functions_acp.php
+++ b/phpBB/includes/functions_acp.php
@@ -164,6 +164,8 @@ 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(