mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Fixing RSS link to source. http://moodle.org/mod/forum/discuss.php?d=65762
Merged from MOODLE_17_STABLE
This commit is contained in:
parent
41d7faf891
commit
63513603e7
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
if (!empty($items)) {
|
||||
//First all rss feeds common headers
|
||||
$header = rss_standard_header(format_string($glossary->name,true),
|
||||
$CFG->wwwroot."/mod/glossary/view.php?f=".$glossary->id,
|
||||
$CFG->wwwroot."/mod/glossary/view.php?g=".$glossary->id,
|
||||
format_string($glossary->intro,true));
|
||||
//Now all the rss items
|
||||
if (!empty($header)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue