mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
rss MDL-23391 made lib/rsslib.php more generic
This commit is contained in:
parent
e269084401
commit
43b92251be
9 changed files with 40 additions and 37 deletions
|
@ -83,7 +83,7 @@
|
|||
require_once("$CFG->libdir/rsslib.php");
|
||||
|
||||
$rsstitle = format_string($course->shortname) . ': %fullname%';
|
||||
rss_add_http_header($modcontext, 'forum', $forum, $rsstitle);
|
||||
rss_add_http_header($modcontext, 'mod_forum', $forum, $rsstitle);
|
||||
}
|
||||
|
||||
if ($forum->type == 'news') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue