diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-10-20 20:54:39 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-10-20 20:54:39 +0200 |
commit | ebdb38857c5409e63853cd4d24906f18cb64267d (patch) | |
tree | ee13ffa648a8918a224287b92948fc0f4eb7721d | |
parent | 29957a92ef14a368a1a53a9620955f34eb8536f8 (diff) | |
download | forums-ebdb38857c5409e63853cd4d24906f18cb64267d.tar forums-ebdb38857c5409e63853cd4d24906f18cb64267d.tar.gz forums-ebdb38857c5409e63853cd4d24906f18cb64267d.tar.bz2 forums-ebdb38857c5409e63853cd4d24906f18cb64267d.tar.xz forums-ebdb38857c5409e63853cd4d24906f18cb64267d.zip |
[ticket/16181] Fix typo in comment
PHPBB3-16181
-rw-r--r-- | phpBB/phpbb/auth/provider/oauth/oauth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/provider/oauth/oauth.php b/phpBB/phpbb/auth/provider/oauth/oauth.php index 1609128b92..e3f8394bba 100644 --- a/phpBB/phpbb/auth/provider/oauth/oauth.php +++ b/phpBB/phpbb/auth/provider/oauth/oauth.php @@ -219,7 +219,7 @@ class oauth extends \phpbb\auth\provider\base /** * 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 data contains strings and not integers, * so values are quoted in the SQL WHERE statement. */ $data = array( |