aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/oauth/service/base.php
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-08-01 21:34:50 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-08-01 21:35:05 -0400
commitabe9f27723fdc979069082dbe6af3c8a0aceace6 (patch)
treec2e07623c8ff416caee6593a3af1b96c00d6c9b2 /phpBB/phpbb/auth/provider/oauth/service/base.php
parentabee7760182f010dcd92b95c4c14c99a39798c5f (diff)
downloadforums-abe9f27723fdc979069082dbe6af3c8a0aceace6.tar
forums-abe9f27723fdc979069082dbe6af3c8a0aceace6.tar.gz
forums-abe9f27723fdc979069082dbe6af3c8a0aceace6.tar.bz2
forums-abe9f27723fdc979069082dbe6af3c8a0aceace6.tar.xz
forums-abe9f27723fdc979069082dbe6af3c8a0aceace6.zip
[feature/oauth] Clean up OAuth services
PHPBB3-11673
Diffstat (limited to 'phpBB/phpbb/auth/provider/oauth/service/base.php')
-rw-r--r--phpBB/phpbb/auth/provider/oauth/service/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/provider/oauth/service/base.php b/phpBB/phpbb/auth/provider/oauth/service/base.php
index ccfe57c8e2..1eb49b4265 100644
--- a/phpBB/phpbb/auth/provider/oauth/service/base.php
+++ b/phpBB/phpbb/auth/provider/oauth/service/base.php
@@ -16,7 +16,7 @@ if (!defined('IN_PHPBB'))
}
/**
-* Bitly OAuth service
+* Base OAuth abstract class that all OAuth services should implement
*
* @package auth
*/