mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-06 22:45:02 +02:00
Merge branch '3.1.x'
This commit is contained in:
commit
d55a8a8cee
@ -1574,7 +1574,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