mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[feature/auth-refactor] Removed no longer used variable
PHPBB3-9734
This commit is contained in:
@@ -522,7 +522,6 @@ class acp_board
|
|||||||
if ($mode == 'auth')
|
if ($mode == 'auth')
|
||||||
{
|
{
|
||||||
// Retrieve a list of auth plugins and check their config values
|
// Retrieve a list of auth plugins and check their config values
|
||||||
$auth_plugins = array();
|
|
||||||
$auth_providers = $phpbb_container->get('auth.provider_collection');
|
$auth_providers = $phpbb_container->get('auth.provider_collection');
|
||||||
|
|
||||||
$updated_auth_settings = false;
|
$updated_auth_settings = false;
|
||||||
|
Reference in New Issue
Block a user