mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/oauth] Finish fixes from tests and tests for token storage
PHPBB3-11673
This commit is contained in:
parent
5052b80456
commit
7c065bc9a2
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ class phpbb_auth_provider_oauth_token_storage implements TokenStorageInterface
|
||||||
|
|
||||||
$sql = 'DELETE FROM ' . $this->auth_provider_oauth_table . '
|
$sql = 'DELETE FROM ' . $this->auth_provider_oauth_table . '
|
||||||
WHERE user_id = ' . $this->user->data['user_id'] . '
|
WHERE user_id = ' . $this->user->data['user_id'] . '
|
||||||
AND provider = \'' . $this->db->sql_escape($this->oauth_provider) . '\'';
|
AND provider = \'' . $this->db->sql_escape($this->service_name) . '\'';
|
||||||
|
|
||||||
if ($this->user->data['user_id'] == ANONYMOUS)
|
if ($this->user->data['user_id'] == ANONYMOUS)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue