diff options
author | Nils Adermann <naderman@naderman.de> | 2010-05-16 17:11:47 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2010-05-16 17:11:47 +0200 |
commit | a625e4b48aa914a5433d287ed73e22954bf840ea (patch) | |
tree | 69cde86d939328b47e1679a2c26fb0b97bf39f3a | |
parent | 355d4b8ff8d616ef8650240f936517ede03296b8 (diff) | |
parent | a3874c2cd6fb614d1c6aee3e9aa9b3eeb5d345cf (diff) | |
download | forums-a625e4b48aa914a5433d287ed73e22954bf840ea.tar forums-a625e4b48aa914a5433d287ed73e22954bf840ea.tar.gz forums-a625e4b48aa914a5433d287ed73e22954bf840ea.tar.bz2 forums-a625e4b48aa914a5433d287ed73e22954bf840ea.tar.xz forums-a625e4b48aa914a5433d287ed73e22954bf840ea.zip |
Merge branch 'ticket/nickvergessen/9529' into develop-olympus
* ticket/nickvergessen/9529:
[ticket/9529] Topic review is not showing all selected posts.
-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') |