mirror of
https://github.com/moodle/moodle.git
synced 2025-03-19 23:20:09 +01:00
Blog RSS is not being generated MDL-7256; merged from MOODLE_17_STABLE
This commit is contained in:
parent
73afaf5b69
commit
fbb8e0c7b6
@ -67,9 +67,7 @@
|
||||
|
||||
/// Get all the posts from the database
|
||||
|
||||
//$blogFilter =& new BlogFilter(0, 0, 20, 0, $type, $id, $tagid);
|
||||
|
||||
$blogposts = fetch_entries(0, 0, 20, 0, $type, $id, $tagid); //$blogFilter->fetch_entries();
|
||||
$blogposts = fetch_entries('', 20, '', $type, $id, $tagid);
|
||||
|
||||
/// Now generate an array of RSS items
|
||||
if ($blogposts) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user