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