mirror of https://github.com/BOINC/boinc.git
- web: fix bug that caused news RSS to show wrong items
svn path=/trunk/boinc/; revision=20427
This commit is contained in:
parent
210af7e604
commit
b9db4b16db
|
@ -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
|
||||
|
|
|
@ -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 "
|
||||
|
|
Loading…
Reference in New Issue