mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 23:16:13 +02:00
Merge pull request #4119 from Zoddo/ticket/14407
[ticket/14407] Fix removing users from Newly Registered Users group
This commit is contained in:
commit
f979d2c7b2
@ -1557,7 +1557,7 @@ class session
|
||||
|
||||
public function update_session_infos()
|
||||
{
|
||||
global $db, $request;
|
||||
global $config, $db, $request;
|
||||
|
||||
// No need to update if it's a new session. Informations are already inserted by session_create()
|
||||
if (isset($this->data['session_created']) && $this->data['session_created'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user