mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/oauth] Fix typo in OAuth logout method
PHPBB3-11673
This commit is contained in:
parent
4348fd8350
commit
6420fdcc05
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ class phpbb_auth_provider_oauth extends phpbb_auth_provider_base
|
|||
{
|
||||
// Clear all tokens belonging to the user
|
||||
$storage = new phpbb_auth_provider_oauth_token_storage($this->db, $this->user, $this->auth_provider_oauth_token_storage_table);
|
||||
$stroage->clearAllTokens();
|
||||
$storage->clearAllTokens();
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue