aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/auth/provider/oauth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/auth/provider/oauth.php b/phpBB/includes/auth/provider/oauth.php
index 55a12211d6..ee18c0f60d 100644
--- a/phpBB/includes/auth/provider/oauth.php
+++ b/phpBB/includes/auth/provider/oauth.php
@@ -177,7 +177,7 @@ class phpbb_auth_provider_oauth extends phpbb_auth_provider_base
return $this->service;
}
- $storage = new phpbb_auth_oauth_token_storage($this->db, $service_name);
+ $storage = new phpbb_auth_oauth_token_storage($this->db, $this->user, $service_name);
$current_uri = $this->get_current_uri();