diff --git a/checkin_notes b/checkin_notes index 17f847d9cc..90a475abb1 100644 --- a/checkin_notes +++ b/checkin_notes @@ -920,3 +920,9 @@ Charlie 4 Feb 2010 AddRemoveUser.cpp PostInstall.cpp WaitPermissions.cpp + +David 4 Feb 2010 + - web: fix bug that caused news RSS to show wrong items + + html/inc/ + forum_rss.inc diff --git a/html/inc/forum_rss.inc b/html/inc/forum_rss.inc index d91dc73bdc..27c3103df5 100644 --- a/html/inc/forum_rss.inc +++ b/html/inc/forum_rss.inc @@ -111,7 +111,7 @@ function forum_rss($forumid, $userid, $truncate, $threads_only, $ndays) { // write news items // foreach ($threads as $thread) { - show_forum_rss_item($thread, $truncate); + show_forum_rss_item($thread, $userid, $threads_only, $truncate); } echo "