diff options
author | Oliver Schramm <oliver.schramm97@gmail.com> | 2016-02-13 14:57:04 +0100 |
---|---|---|
committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2016-02-13 15:58:05 +0100 |
commit | 1bd4895d7ac933257ccad48d01245025e663c197 (patch) | |
tree | 61d5c515fc418b99e32839464d6c63896e4a408f /phpBB/viewonline.php | |
parent | ad5d4f6bc3a061452d415ce0ee5929e33566f29b (diff) | |
download | forums-1bd4895d7ac933257ccad48d01245025e663c197.tar forums-1bd4895d7ac933257ccad48d01245025e663c197.tar.gz forums-1bd4895d7ac933257ccad48d01245025e663c197.tar.bz2 forums-1bd4895d7ac933257ccad48d01245025e663c197.tar.xz forums-1bd4895d7ac933257ccad48d01245025e663c197.zip |
[ticket/14409] Update session page info before displaying online list
PHPBB3-14409
Diffstat (limited to 'phpBB/viewonline.php')
-rw-r--r-- | phpBB/viewonline.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/viewonline.php b/phpBB/viewonline.php index 87848f4485..8bfa422e26 100644 --- a/phpBB/viewonline.php +++ b/phpBB/viewonline.php @@ -85,6 +85,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', |