From: tjhunt Date: Mon, 17 Dec 2007 14:11:55 +0000 (+0000) Subject: Typo in redirect URL. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=baafcd2f06601c760251a2f0d0f1dedeb5b175c8;p=moodle.git Typo in redirect URL. --- diff --git a/grade/report/index.php b/grade/report/index.php index 43cf3ea7c2..f0fb7e2573 100644 --- a/grade/report/index.php +++ b/grade/report/index.php @@ -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)) {