mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[feature/oauth] Update invocation of method in OAuth
PHPBB3-11673
This commit is contained in:
parent
02921f4b23
commit
b22b076a99
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ class phpbb_auth_provider_oauth extends phpbb_auth_provider_base
|
|||
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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue