1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-10 03:36:31 +02:00

[feature/auth-refactor] Fix typo

PHPBB3-9734
This commit is contained in:
Joseph Warner
2013-07-11 17:39:34 -04:00
parent 9c0495664d
commit a64a042830

View File

@ -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;
}