diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2010-04-11 00:43:44 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2010-05-16 17:09:25 +0200 |
commit | a3874c2cd6fb614d1c6aee3e9aa9b3eeb5d345cf (patch) | |
tree | f7317d3d7198db1bf48b2f5b863bae72265ed335 | |
parent | 03d50a2e83cc631779a7574acd4db8b77f29d547 (diff) | |
download | forums-a3874c2cd6fb614d1c6aee3e9aa9b3eeb5d345cf.tar forums-a3874c2cd6fb614d1c6aee3e9aa9b3eeb5d345cf.tar.gz forums-a3874c2cd6fb614d1c6aee3e9aa9b3eeb5d345cf.tar.bz2 forums-a3874c2cd6fb614d1c6aee3e9aa9b3eeb5d345cf.tar.xz forums-a3874c2cd6fb614d1c6aee3e9aa9b3eeb5d345cf.zip |
[ticket/9529] Topic review is not showing all selected posts.
PHPBB3-9529
-rw-r--r-- | phpBB/includes/functions_posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 21c5fe7aca..4cb3941ce0 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -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') |