diff options
author | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-24 22:14:56 -0400 |
---|---|---|
committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-24 22:15:08 -0400 |
commit | 265a3a35526830a351130aa4c15fa15b733005d2 (patch) | |
tree | 3b7c9e67026a8646d9ab1474dc47815ca34e3519 /phpBB/phpbb/auth/provider | |
parent | 7f6b2a984927915a70b8e03bbdddd00d73910436 (diff) | |
download | forums-265a3a35526830a351130aa4c15fa15b733005d2.tar forums-265a3a35526830a351130aa4c15fa15b733005d2.tar.gz forums-265a3a35526830a351130aa4c15fa15b733005d2.tar.bz2 forums-265a3a35526830a351130aa4c15fa15b733005d2.tar.xz forums-265a3a35526830a351130aa4c15fa15b733005d2.zip |
[feature/oauth] Forgot to remove placeholder comment
PHPBB3-11673
Diffstat (limited to 'phpBB/phpbb/auth/provider')
-rw-r--r-- | phpBB/phpbb/auth/provider/oauth/service/bitly.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/provider/oauth/service/bitly.php b/phpBB/phpbb/auth/provider/oauth/service/bitly.php index 3dd33427f6..3bafdd59ce 100644 --- a/phpBB/phpbb/auth/provider/oauth/service/bitly.php +++ b/phpBB/phpbb/auth/provider/oauth/service/bitly.php @@ -66,7 +66,6 @@ class phpbb_auth_provider_oauth_service_bitly extends phpbb_auth_provider_oauth_ { if (!($this->service_provider instanceof \OAuth\OAuth2\Service\Bitly)) { - // TODO: make exception class and use language constant throw new phpbb_auth_provider_oauth_service_exception('AUTH_PROVIDER_OAUTH_ERROR_INVALID_SERVICE_TYPE'); } |