From: thepurpleblob Date: Mon, 13 Aug 2007 13:19:42 +0000 (+0000) Subject: Typo, should be $COURSE not $course X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7cb30aca207e5fbc3e607b1123cabd1777a264c0;p=moodle.git Typo, should be $COURSE not $course --- diff --git a/question/category.php b/question/category.php index fea7f1cda9..040f4309e0 100644 --- a/question/category.php +++ b/question/category.php @@ -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}",