[feature/auth-refactor] Removed no longer used variable

PHPBB3-9734
This commit is contained in:
Joseph Warner 2013-06-26 00:02:03 -04:00
parent 59929669f5
commit 4afdd650cd

View file

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