]> git.mjollnir.org Git - moodle.git/commitdiff
Typo, should be $COURSE not $course
authorthepurpleblob <thepurpleblob>
Mon, 13 Aug 2007 13:19:42 +0000 (13:19 +0000)
committerthepurpleblob <thepurpleblob>
Mon, 13 Aug 2007 13:19:42 +0000 (13:19 +0000)
question/category.php

index fea7f1cda98707fcd2d6aa24238349090cab7c31..040f4309e06715f321de1f2562721038e906e086 100644 (file)
@@ -83,7 +83,7 @@
             : "";
         $navlinks = array();
         $navlinks[] = array('name' => get_string('modulenameplural', $cm->modname),
-                            'link' => "$CFG->wwwroot/mod/{$cm->modname}/index.php?id=$course->id",
+                            'link' => "$CFG->wwwroot/mod/{$cm->modname}/index.php?id=$COURSE->id",
                             'type' => 'activity');
         $navlinks[] = array('name' => format_string($module->name),
                             'link' => "$CFG->wwwroot/mod/{$cm->modname}/view.php?cmid={$cm->id}",