mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/9995] Always continue when harvesting $forum_ids for markread().
PHPBB3-9995
This commit is contained in:
parent
e4e854863f
commit
afc35f610d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue