mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[feature/oauth] Update invocation of method in OAuth
PHPBB3-11673
This commit is contained in:
@@ -177,7 +177,7 @@ class phpbb_auth_provider_oauth extends phpbb_auth_provider_base
|
|||||||
return $this->service;
|
return $this->service;
|
||||||
}
|
}
|
||||||
|
|
||||||
$storage = new phpbb_auth_oauth_token_storage($this->db, $service_name);
|
$storage = new phpbb_auth_oauth_token_storage($this->db, $this->user, $service_name);
|
||||||
|
|
||||||
$current_uri = $this->get_current_uri();
|
$current_uri = $this->get_current_uri();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user