diff options
| author | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-30 14:14:48 -0400 |
|---|---|---|
| committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-30 14:15:00 -0400 |
| commit | b74e65801a17ec5d221661ac92f1c437cc7ade1a (patch) | |
| tree | 9ed7dbc7f19060062bf1ea0c127d5fbabdc0eb70 /phpBB/phpbb/auth/provider/interface.php | |
| parent | bf9d4e0cdf0fc99555ebd9860665ce898a8d9497 (diff) | |
| download | forums-b74e65801a17ec5d221661ac92f1c437cc7ade1a.tar forums-b74e65801a17ec5d221661ac92f1c437cc7ade1a.tar.gz forums-b74e65801a17ec5d221661ac92f1c437cc7ade1a.tar.bz2 forums-b74e65801a17ec5d221661ac92f1c437cc7ade1a.tar.xz forums-b74e65801a17ec5d221661ac92f1c437cc7ade1a.zip | |
[feature/oauth] Clean up documentation
PHPBB3-11673
Diffstat (limited to 'phpBB/phpbb/auth/provider/interface.php')
| -rw-r--r-- | phpBB/phpbb/auth/provider/interface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/provider/interface.php b/phpBB/phpbb/auth/provider/interface.php index a2d57a6917..fd3fa7d879 100644 --- a/phpBB/phpbb/auth/provider/interface.php +++ b/phpBB/phpbb/auth/provider/interface.php @@ -87,7 +87,7 @@ interface phpbb_auth_provider_interface * ) * An optional third element may be added to this * array: 'BLOCK_VAR_NAME'. If this is present, - * then it's value should be a string that is used + * then its value should be a string that is used * to designate the name of the loop used in the * ACP template file. In addition to this, an * additional key named 'BLOCK_VARS' is required. |
