mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Merge pull request #4176 from Elsensee/ticket/14409
[ticket/14409] Update session page info before displaying online list
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user