mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/9529] Topic review is not showing all selected posts.
PHPBB3-9529
This commit is contained in:
parent
03d50a2e83
commit
a3874c2cd6
1 changed files with 1 additions and 1 deletions
|
@ -1146,7 +1146,7 @@ function topic_review($topic_id, $forum_id, $mode = 'topic_review', $cur_post_id
|
|||
}
|
||||
}
|
||||
|
||||
unset($rowset[$i]);
|
||||
unset($rowset[$post_list[$i]]);
|
||||
}
|
||||
|
||||
if ($mode == 'topic_review')
|
||||
|
|
Loading…
Add table
Reference in a new issue