aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewonline.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2016-02-13 18:08:01 +0100
committerJoas Schilling <nickvergessen@gmx.de>2016-02-13 18:08:01 +0100
commit8663edce760da8451906fc557706b2980a424936 (patch)
tree65bc28191313e01494a36ce295445955ee5e70d0 /phpBB/viewonline.php
parent971fe13a2893bf9ff550d2ae60de9613d56dda62 (diff)
parent17e21d5140ccb99363a32bd64c32af6012c1ce97 (diff)
downloadforums-8663edce760da8451906fc557706b2980a424936.tar
forums-8663edce760da8451906fc557706b2980a424936.tar.gz
forums-8663edce760da8451906fc557706b2980a424936.tar.bz2
forums-8663edce760da8451906fc557706b2980a424936.tar.xz
forums-8663edce760da8451906fc557706b2980a424936.zip
Merge branch '3.1.x' into 3.2.x
Conflicts: build/build.xml phpBB/docs/CHANGELOG.html phpBB/includes/constants.php phpBB/includes/functions_user.php phpBB/install/convertors/convert_phpbb20.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/style.cfg phpBB/styles/subsilver2/style.cfg
Diffstat (limited to 'phpBB/viewonline.php')
-rw-r--r--phpBB/viewonline.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/viewonline.php b/phpBB/viewonline.php
index 765599f165..e8698d9916 100644
--- a/phpBB/viewonline.php
+++ b/phpBB/viewonline.php
@@ -88,6 +88,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',