mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-19 08:01:27 +02:00
[ticket/9529] Topic review is not showing all selected posts.
PHPBB3-9529
This commit is contained in:
committed by
Nils Adermann
parent
03d50a2e83
commit
a3874c2cd6
@@ -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')
|
if ($mode == 'topic_review')
|
||||||
|
Reference in New Issue
Block a user