aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-23 19:27:55 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-23 19:27:55 -0400
commitc26b68cc54b19d91affae6f4dbab67a33939ca23 (patch)
treebe9e5a57825c2b126bdb96435e76506fa5162a05 /phpBB/phpbb/auth/provider
parent9805927fac30d9c5d99f5f5f8d7207c9a6064724 (diff)
downloadforums-c26b68cc54b19d91affae6f4dbab67a33939ca23.tar
forums-c26b68cc54b19d91affae6f4dbab67a33939ca23.tar.gz
forums-c26b68cc54b19d91affae6f4dbab67a33939ca23.tar.bz2
forums-c26b68cc54b19d91affae6f4dbab67a33939ca23.tar.xz
forums-c26b68cc54b19d91affae6f4dbab67a33939ca23.zip
[feature/oauth] Update error message with actual error
PHPBB3-11673
Diffstat (limited to 'phpBB/phpbb/auth/provider')
-rw-r--r--phpBB/phpbb/auth/provider/oauth/oauth.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/phpbb/auth/provider/oauth/oauth.php b/phpBB/phpbb/auth/provider/oauth/oauth.php
index a2d5c3fcd5..c01b23c70e 100644
--- a/phpBB/phpbb/auth/provider/oauth/oauth.php
+++ b/phpBB/phpbb/auth/provider/oauth/oauth.php
@@ -142,8 +142,7 @@ class phpbb_auth_provider_oauth extends phpbb_auth_provider_base
{
return array(
'status' => LOGIN_ERROR_EXTERNAL_AUTH,
- // TODO: change error message
- 'error_msg' => 'LOGIN_ERROR_EXTERNAL_AUTH_APACHE',
+ 'error_msg' => 'LOGIN_ERROR_OAUTH_SERVICE_DOES_NOT_EXIST',
'user_row' => array('user_id' => ANONYMOUS),
);
}