mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[feature/auth-refactor] Fix typo
PHPBB3-9734
This commit is contained in:
@@ -680,7 +680,7 @@ class acp_board
|
|||||||
|
|
||||||
foreach($auth_providers as $key => $value)
|
foreach($auth_providers as $key => $value)
|
||||||
{
|
{
|
||||||
if (!($provider instanceof phpbb_auth_provider_interface))
|
if (!($value instanceof phpbb_auth_provider_interface))
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user