aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/oauth/oauth.php
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-08-14 16:52:37 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-08-14 16:52:55 -0400
commitabebe83edb79b9f3879f8d257eefff01246ba172 (patch)
tree05abe03a76cd72d6aaff9f102d0968bb4fad4928 /phpBB/phpbb/auth/provider/oauth/oauth.php
parent7bd4c88ec519fa0bf10558c79994d14243255813 (diff)
downloadforums-abebe83edb79b9f3879f8d257eefff01246ba172.tar
forums-abebe83edb79b9f3879f8d257eefff01246ba172.tar.gz
forums-abebe83edb79b9f3879f8d257eefff01246ba172.tar.bz2
forums-abebe83edb79b9f3879f8d257eefff01246ba172.tar.xz
forums-abebe83edb79b9f3879f8d257eefff01246ba172.zip
[feature/oauth] No need for this line
PHPBB3-11673
Diffstat (limited to 'phpBB/phpbb/auth/provider/oauth/oauth.php')
-rw-r--r--phpBB/phpbb/auth/provider/oauth/oauth.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/phpbb/auth/provider/oauth/oauth.php b/phpBB/phpbb/auth/provider/oauth/oauth.php
index 0972d59fee..bb8b72ac06 100644
--- a/phpBB/phpbb/auth/provider/oauth/oauth.php
+++ b/phpBB/phpbb/auth/provider/oauth/oauth.php
@@ -487,9 +487,6 @@ class phpbb_auth_provider_oauth extends phpbb_auth_provider_base
);
$this->link_account_perform_link($data);
-
- // Update token storage to store the user_id
- $storage->set_user_id($link_data['user_id']);
} else {
$url = $service->getAuthorizationUri();
header('Location: ' . $url);