mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/auth-refactor] Removed no longer used variable
PHPBB3-9734
This commit is contained in:
parent
59929669f5
commit
4afdd650cd
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue