]> git.mjollnir.org Git - moodle.git/commitdiff
Fixing RSS link to source. http://moodle.org/mod/forum/discuss.php?d=65762
authorstronk7 <stronk7>
Tue, 27 Feb 2007 18:22:04 +0000 (18:22 +0000)
committerstronk7 <stronk7>
Tue, 27 Feb 2007 18:22:04 +0000 (18:22 +0000)
Merged from MOODLE_18_STABLE

mod/glossary/rsslib.php

index 89170f7c592ed953737f88def2fe19466dabd7a0..73bccb12bbbbed437e36f3092a09de634494c7ca 100644 (file)
                 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)) {