mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/oauth] Fix errors in OAuth
PHPBB3-11673
This commit is contained in:
@@ -50,6 +50,6 @@ abstract class phpbb_auth_provider_oauth_service_base implements phpbb_auth_prov
|
||||
*/
|
||||
public function set_external_service_provider(\OAuth\Common\Service\ServiceInterface $service_provider)
|
||||
{
|
||||
$this->service_provider = $service;
|
||||
$this->service_provider = $service_provider;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user