mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[feature/auth-refactor] Fix typo
PHPBB3-9734
This commit is contained in:
parent
9c0495664d
commit
a64a042830
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ class acp_board
|
|||
|
||||
foreach($auth_providers as $key => $value)
|
||||
{
|
||||
if (!($provider instanceof phpbb_auth_provider_interface))
|
||||
if (!($value instanceof phpbb_auth_provider_interface))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue