Ok I lied, now fixed.

This commit is contained in:
Ice
2008-04-21 15:15:06 +00:00
parent 60bd3d8988
commit c8c6c56a91

View File

@@ -280,7 +280,7 @@ function phpbb_fetch_posts($forum_from, $permissions, $number_of_posts, $text_le
$global_f = $row['forum_id'];
}
$posts[$i] = array_merge($posts, array(
$posts[$i] = array_merge($posts[$i], array(
'post_text' => ap_validate($message),
'topic_id' => $row['topic_id'],
'topic_last_post_id' => $row['topic_last_post_id'],