[feature/oauth] Fix OAuth login

PHPBB3-11673
This commit is contained in:
Joseph Warner 2013-07-24 10:36:08 -04:00
parent 5401673f96
commit ffb14a6988

View file

@ -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(
'provider' => $service_name, 'provider' => $service_name_original,
'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 . '