diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 4b80464d22..11ec1b8b1e 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -900,6 +900,7 @@ function topic_review($topic_id, $forum_id, $mode = 'topic_review', $cur_post_id $result = $db->sql_query($sql); $bbcode_bitfield = ''; + $rowset = array(); while ($row = $db->sql_fetchrow($result)) { $rowset[] = $row;