1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 18:11:47 +02:00

[ticket/16181] Fix spelling mistake in associated

PHPBB3-16181
This commit is contained in:
mrgoldy
2019-10-08 20:19:46 +02:00
parent 1f669a31a0
commit 29957a92ef

View File

@@ -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.