aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/auth.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acp/auth.php')
-rw-r--r--phpBB/includes/acp/auth.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/acp/auth.php b/phpBB/includes/acp/auth.php
index ea4c664294..b1448b100c 100644
--- a/phpBB/includes/acp/auth.php
+++ b/phpBB/includes/acp/auth.php
@@ -38,6 +38,7 @@ class auth_admin extends auth
$result = $db->sql_query($sql);
$global = $local = 0;
+ $this->acl_options = array();
while ($row = $db->sql_fetchrow($result))
{
if ($row['is_global'])