]> git.mjollnir.org Git - moodle.git/commitdiff
Typo in redirect URL.
authortjhunt <tjhunt>
Mon, 17 Dec 2007 14:11:55 +0000 (14:11 +0000)
committertjhunt <tjhunt>
Mon, 17 Dec 2007 14:11:55 +0000 (14:11 +0000)
grade/report/index.php

index 43cf3ea7c2a46dc0f99dd86c0ec65a010034dfdf..f0fb7e2573dfc9c5a56de79dadf88c90c73139e6 100644 (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)) {