1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[feature/oauth] Update invocation of method in OAuth

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-07-13 17:32:27 -04:00
parent 02921f4b23
commit b22b076a99

View File

@@ -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();