1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/14409] Update session page info before displaying online list

PHPBB3-14409
This commit is contained in:
Oliver Schramm
2016-02-13 14:57:04 +01:00
parent ad5d4f6bc3
commit 1bd4895d7a
4 changed files with 8 additions and 4 deletions

View File

@@ -1583,6 +1583,8 @@ class session
$db->sql_return_on_error(false);
$this->data = array_merge($this->data, $sql_ary);
if ($this->data['user_id'] != ANONYMOUS && !empty($config['new_member_post_limit']) && $this->data['user_new'] && $config['new_member_post_limit'] <= $this->data['user_posts'])
{
$this->leave_newly_registered();