diff options
author | Nils Adermann <naderman@naderman.de> | 2013-09-16 05:20:27 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2013-09-16 05:20:27 +0200 |
commit | d905358e2be11cc3fe040036b1138e54be7f30dc (patch) | |
tree | 50fb4519de4dd74a3bbdc840efbafb94daffbdc0 /phpBB/phpbb/auth | |
parent | 8b8ba3d7ac45447f82fe43e50a0d6c921922d214 (diff) | |
download | forums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar forums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar.gz forums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar.bz2 forums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar.xz forums-d905358e2be11cc3fe040036b1138e54be7f30dc.zip |
[ticket/11700] Fix leftover backslashes in comments
PHPBB3-11700
Diffstat (limited to 'phpBB/phpbb/auth')
-rw-r--r-- | phpBB/phpbb/auth/provider/provider_interface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/provider/provider_interface.php b/phpBB/phpbb/auth/provider/provider_interface.php index 46245d34ca..31368a0286 100644 --- a/phpBB/phpbb/auth/provider/provider_interface.php +++ b/phpBB/phpbb/auth/provider/provider_interface.php @@ -77,7 +77,7 @@ interface provider_interface * options with whatever configuraton values are passed to it as an array. * It then returns the name of the acp file related to this authentication * provider. - * @param array $new_config Contains the new \configuration values that + * @param array $new_config Contains the new configuration values that * have been set in acp_board. * @return array|null Returns null if not implemented or an array with * the template file name and an array of the vars |