diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-05-17 16:26:54 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-05-17 16:26:54 +0000 |
commit | 7ba89a0b2d333467c897dbde29a21cf106c845dd (patch) | |
tree | b7e3c3396fb85ee57e68e14f124b5036aed39a13 /phpBB/includes/acp/auth.php | |
parent | 6a1591f2be15dd6c5e8dae036bd77e7a86b50ae2 (diff) | |
download | forums-7ba89a0b2d333467c897dbde29a21cf106c845dd.tar forums-7ba89a0b2d333467c897dbde29a21cf106c845dd.tar.gz forums-7ba89a0b2d333467c897dbde29a21cf106c845dd.tar.bz2 forums-7ba89a0b2d333467c897dbde29a21cf106c845dd.tar.xz forums-7ba89a0b2d333467c897dbde29a21cf106c845dd.zip |
fixing bug #1860
git-svn-id: file:///svn/phpbb/trunk@5920 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/auth.php')
-rw-r--r-- | phpBB/includes/acp/auth.php | 1 |
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']) |