Quick fix for not working glossary index. Related to MDL-12949 that needs more improvements. Merged from 19_STABLE

This commit is contained in:
stronk7
2008-01-31 00:20:19 +00:00
parent 1e7ba87e9c
commit 6fba307d98
+1 -1
View File
@@ -35,7 +35,7 @@
/// Get all the appropriate data
if (!$cms = get_coursemodules_in_course('data', $course->id, 'm.rsstype, m.rssarticles')) {
if (!$cms = get_coursemodules_in_course('glossary', $course->id, 'm.rsstype, m.rssarticles')) {
notice(get_string('thereareno', 'moodle', $strglossarys), "../../course/view.php?id=$course->id");
die;
}