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