Page 1 of 1

bugs with rss

Posted: Fri Aug 04, 2006 10:52 pm
by stm999999999
hello,

in rss.php on line 85

Code: Select all

    $entries     = serendipity_fetchComments(isset($_GET['cid']) ? $_GET['cid'] : null, $serendipity['RSSfetchLimit'], 'desc', $_GET['type']);
should be

Code: Select all

    $entries     = serendipity_fetchComments(isset($_GET['cid']) ? $_GET['cid'] : null, $serendipity['RSSfetchLimit'], 'desc', false, $_GET['type']);
the actual code misses the value for $showAll

Re: bugs with rss

Posted: Sat Aug 05, 2006 10:43 pm
by garvinhicking
Hi!

Very good, thanks a lot. Fixed :)

Best regards,
Garvin