1
hi folks,
there's a bug in 2.0.6rc
in line 256 in file viewtopic.php
its written:
$postsArray = ForumPosts::getAllPosts($topic_id, "ASC", $total_posts, 0);
but that doesn't work, as parameter 4 is needed as a call-by-reference.
therefore, the posts are not displayed...
thanks,
marcus