[ticket/9529] Topic review is not showing all selected posts.

PHPBB3-9529
This commit is contained in:
Joas Schilling 2010-04-11 00:43:44 +02:00 committed by Nils Adermann
parent 03d50a2e83
commit a3874c2cd6

View file

@ -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')