aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/auth/provider/oauth/oauth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/provider/oauth/oauth.php b/phpBB/phpbb/auth/provider/oauth/oauth.php
index c6f7dc223e..2a5e70939c 100644
--- a/phpBB/phpbb/auth/provider/oauth/oauth.php
+++ b/phpBB/phpbb/auth/provider/oauth/oauth.php
@@ -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
$data = array(
- 'oauth_provider' => $service_name,
+ 'provider' => $service_name,
'oauth_provider_id' => $unique_id
);
$sql = 'SELECT user_id FROM' . $this->auth_provider_oauth_token_account_assoc . '