mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-07 18:35:05 +02:00
[feature/oauth] Fix OAuth after schema changes
PHPBB3-11673
This commit is contained in:
@ -160,7 +160,7 @@ class phpbb_auth_provider_oauth extends phpbb_auth_provider_base
|
|||||||
|
|
||||||
// Check to see if this provider is already assosciated with an account
|
// Check to see if this provider is already assosciated with an account
|
||||||
$data = array(
|
$data = array(
|
||||||
'oauth_provider' => $service_name,
|
'provider' => $service_name,
|
||||||
'oauth_provider_id' => $unique_id
|
'oauth_provider_id' => $unique_id
|
||||||
);
|
);
|
||||||
$sql = 'SELECT user_id FROM' . $this->auth_provider_oauth_token_account_assoc . '
|
$sql = 'SELECT user_id FROM' . $this->auth_provider_oauth_token_account_assoc . '
|
||||||
|
Reference in New Issue
Block a user