aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-06-26 00:02:03 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-06-26 00:02:20 -0400
commit4afdd650cdea0a09da14e8dff23cee1b30e5980d (patch)
tree595cff78eb50dba08efbc149536336873c75c67f /phpBB/includes/acp
parent59929669f508f06b2440bf36af463851acbeb711 (diff)
downloadforums-4afdd650cdea0a09da14e8dff23cee1b30e5980d.tar
forums-4afdd650cdea0a09da14e8dff23cee1b30e5980d.tar.gz
forums-4afdd650cdea0a09da14e8dff23cee1b30e5980d.tar.bz2
forums-4afdd650cdea0a09da14e8dff23cee1b30e5980d.tar.xz
forums-4afdd650cdea0a09da14e8dff23cee1b30e5980d.zip
[feature/auth-refactor] Removed no longer used variable
PHPBB3-9734
Diffstat (limited to 'phpBB/includes/acp')
-rw-r--r--phpBB/includes/acp/acp_board.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_board.php b/phpBB/includes/acp/acp_board.php
index 4a758207fd..4d07f96c6f 100644
--- a/phpBB/includes/acp/acp_board.php
+++ b/phpBB/includes/acp/acp_board.php
@@ -522,7 +522,6 @@ class acp_board
if ($mode == 'auth')
{
// Retrieve a list of auth plugins and check their config values
- $auth_plugins = array();
$auth_providers = $phpbb_container->get('auth.provider_collection');
$updated_auth_settings = false;