Typo in redirect URL.

This commit is contained in:
tjhunt 2007-12-17 14:11:55 +00:00
parent 46a5a85b58
commit baafcd2f06

View File

@ -43,7 +43,7 @@ if ($reports = get_list_of_plugins('grade/report', 'CVS')) { // Get all inst
}
if (empty($reports)) {
error('No reports accessible', $CFG->wwwroot.'/course/view.php:id='.$course->id); // TODO: localize
error('No reports accessible', $CFG->wwwroot.'/course/view.php?id='.$course->id); // TODO: localize
}
if (!isset($USER->grade_last_report)) {