mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
[ticket/9995] Always continue when harvesting $forum_ids for markread().
PHPBB3-9995
This commit is contained in:
@@ -125,8 +125,9 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod
|
|||||||
if ($auth->acl_get('f_list', $forum_id))
|
if ($auth->acl_get('f_list', $forum_id))
|
||||||
{
|
{
|
||||||
$forum_ids[] = $forum_id;
|
$forum_ids[] = $forum_id;
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Category with no members
|
// Category with no members
|
||||||
|
Reference in New Issue
Block a user