mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/auth-refactor] Fix style issue
PHPBB3-9734
This commit is contained in:
parent
a64a042830
commit
f4f29a1c0a
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ class acp_board
|
||||||
$auth_plugins = array();
|
$auth_plugins = array();
|
||||||
$auth_providers = $phpbb_container->get('auth.provider_collection');
|
$auth_providers = $phpbb_container->get('auth.provider_collection');
|
||||||
|
|
||||||
foreach($auth_providers as $key => $value)
|
foreach ($auth_providers as $key => $value)
|
||||||
{
|
{
|
||||||
if (!($value instanceof phpbb_auth_provider_interface))
|
if (!($value instanceof phpbb_auth_provider_interface))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue