mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
rss MDL-23391 alter the rss urls to be component names ie mod_forum instead of just module name ie forum
This commit is contained in:
parent
44c0751bbf
commit
aa60291e12
11 changed files with 48 additions and 62 deletions
|
@ -45,7 +45,7 @@ function blog_rss_print_link($filtertype, $filterselect, $tagid=0, $tooltiptext=
|
|||
|
||||
|
||||
// Generate any blog RSS feed via one function (called by ../rss/file.php)
|
||||
function blog_generate_rss_feed($type, $id, $tagid=0) {
|
||||
function blog_rss_get_feed($type, $id, $tagid=0) {
|
||||
global $CFG, $SITE, $DB;
|
||||
|
||||
if (empty($CFG->enablerssfeeds)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue