From: stronk7 Date: Tue, 27 Feb 2007 18:22:04 +0000 (+0000) Subject: Fixing RSS link to source. http://moodle.org/mod/forum/discuss.php?d=65762 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=11cc84ee9d8e0ad4da66cc0dffa6b90f4bf16c34;p=moodle.git Fixing RSS link to source. http://moodle.org/mod/forum/discuss.php?d=65762 Merged from MOODLE_18_STABLE --- diff --git a/mod/glossary/rsslib.php b/mod/glossary/rsslib.php index 89170f7c59..73bccb12bb 100644 --- a/mod/glossary/rsslib.php +++ b/mod/glossary/rsslib.php @@ -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)) {