aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-07-10 17:36:59 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-07-10 17:36:59 +0000
commite5ae1698cac8f0eb222e23170cf3459bdff103c5 (patch)
tree3bcb69ffac15fc90433c75198c91bf1df58584fe /phpBB/includes/ucp
parentd81f96877ffc873722e30298bbec96d5d26d9717 (diff)
downloadforums-e5ae1698cac8f0eb222e23170cf3459bdff103c5.tar
forums-e5ae1698cac8f0eb222e23170cf3459bdff103c5.tar.gz
forums-e5ae1698cac8f0eb222e23170cf3459bdff103c5.tar.bz2
forums-e5ae1698cac8f0eb222e23170cf3459bdff103c5.tar.xz
forums-e5ae1698cac8f0eb222e23170cf3459bdff103c5.zip
more failsafe "glob()" method.
git-svn-id: file:///svn/phpbb/trunk@7863 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/ucp')
-rw-r--r--phpBB/includes/ucp/ucp_main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_main.php b/phpBB/includes/ucp/ucp_main.php
index f542bddec9..ba40397a55 100644
--- a/phpBB/includes/ucp/ucp_main.php
+++ b/phpBB/includes/ucp/ucp_main.php
@@ -235,7 +235,7 @@ class ucp_main
if ($config['allow_forum_notify'])
{
- $forbidden_forums = $forbidden_forums = $auth->acl_getf('!f_read', true);
+ $forbidden_forums = $auth->acl_getf('!f_read', true);
$forbidden_forums = array_unique(array_keys($forbidden_forums));
$sql_array = array(