diff options
Diffstat (limited to 'phpBB/memberlist.php')
-rw-r--r-- | phpBB/memberlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index ebda3118d3..c8bc96afb6 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -258,7 +258,7 @@ switch ($mode) $sql_forums = array(); foreach ($f_postcount_ary as $forum_id => $allow) { - if ($allow['f_fread'] && $allow['f_postcount']) + if ($allow['f_postcount']) { $sql_forums[] = $forum_id; } |