mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/oauth] Fix typo in token storage
PHPBB3-11673
This commit is contained in:
parent
4369cc8876
commit
5fa08b92a2
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class phpbb_auth_provider_oauth_token_storage implements TokenStorageInterface
|
||||||
public function retrieveAccessToken()
|
public function retrieveAccessToken()
|
||||||
{
|
{
|
||||||
if( $this->cachedToken instanceOf TokenInterface ) {
|
if( $this->cachedToken instanceOf TokenInterface ) {
|
||||||
return $this->token;
|
return $this->cachedToken;
|
||||||
}
|
}
|
||||||
|
|
||||||
$data = array(
|
$data = array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue