mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
more failsafe "glob()" method.
git-svn-id: file:///svn/phpbb/trunk@7863 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user