diff options
author | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-01 21:34:50 -0400 |
---|---|---|
committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-01 21:35:05 -0400 |
commit | abe9f27723fdc979069082dbe6af3c8a0aceace6 (patch) | |
tree | c2e07623c8ff416caee6593a3af1b96c00d6c9b2 /phpBB/phpbb/auth/provider/oauth/service/base.php | |
parent | abee7760182f010dcd92b95c4c14c99a39798c5f (diff) | |
download | forums-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.php | 2 |
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 */ |