bugs with rss
Posted: Fri Aug 04, 2006 10:52 pm
hello,
in rss.php on line 85
should be
the actual code misses the value for $showAll
in rss.php on line 85
Code: Select all
$entries = serendipity_fetchComments(isset($_GET['cid']) ? $_GET['cid'] : null, $serendipity['RSSfetchLimit'], 'desc', $_GET['type']);
Code: Select all
$entries = serendipity_fetchComments(isset($_GET['cid']) ? $_GET['cid'] : null, $serendipity['RSSfetchLimit'], 'desc', false, $_GET['type']);