mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
[ticket/16181] Fix spelling mistake in associated
PHPBB3-16181
This commit is contained in:
parent
1f669a31a0
commit
29957a92ef
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class oauth extends \phpbb\auth\provider\base
|
||||||
$unique_id = $this->service_providers[$service_name]->perform_auth_login();
|
$unique_id = $this->service_providers[$service_name]->perform_auth_login();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check to see if this provider is already assosciated with an account.
|
* Check to see if this provider is already associated with an account.
|
||||||
*
|
*
|
||||||
* Enforcing a data type to make sure it are strings and not integers,
|
* Enforcing a data type to make sure it are strings and not integers,
|
||||||
* so values are quoted in the SQL WHERE statement.
|
* so values are quoted in the SQL WHERE statement.
|
||||||
|
|
Loading…
Add table
Reference in a new issue