1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-05 14:04:57 +02:00

Merge branch 'ticket/nickvergessen/9529' into develop-olympus

* ticket/nickvergessen/9529:
  [ticket/9529] Topic review is not showing all selected posts.
This commit is contained in:
Nils Adermann 2010-05-16 17:11:47 +02:00
commit a625e4b48a

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