1
0
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:
Marc Alexander 2016-01-13 09:27:35 +01:00
commit d55a8a8cee

View File

@ -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'])