diff options
author | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-24 14:05:39 -0400 |
---|---|---|
committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-24 14:05:54 -0400 |
commit | 5843294813fc654a37e13e9da357e7515a41968a (patch) | |
tree | 5d2247b339f4cfb0e061e20c812d952eeb7c5a47 /phpBB/phpbb/auth/provider/oauth/oauth.php | |
parent | 581cb37b8c7ae4f1902cfd6114a34ce1510139a8 (diff) | |
download | forums-5843294813fc654a37e13e9da357e7515a41968a.tar forums-5843294813fc654a37e13e9da357e7515a41968a.tar.gz forums-5843294813fc654a37e13e9da357e7515a41968a.tar.bz2 forums-5843294813fc654a37e13e9da357e7515a41968a.tar.xz forums-5843294813fc654a37e13e9da357e7515a41968a.zip |
[feature/oauth] Update comment to better reflect the action
PHPBB3-11673
Diffstat (limited to 'phpBB/phpbb/auth/provider/oauth/oauth.php')
-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 5fc940fade..a8b55fc532 100644 --- a/phpBB/phpbb/auth/provider/oauth/oauth.php +++ b/phpBB/phpbb/auth/provider/oauth/oauth.php @@ -171,7 +171,7 @@ class phpbb_auth_provider_oauth extends phpbb_auth_provider_base if (!$row) { - // The user does not yet exist, ask if they wish to register the account + // The user does not yet exist, ask to link or create profile return array( 'status' => LOGIN_SUCCESS_LINK_PROFILE, 'error_msg' => 'LOGIN_OAUTH_ACCOUNT_NOT_LINKED', |