Skip to content

Commit

Permalink
Typo in redirect URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhunt committed Dec 17, 2007
1 parent 46a5a85 commit baafcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/report/index.php
Expand Up @@ -43,7 +43,7 @@
}

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)) {
Expand Down

0 comments on commit baafcd2

Please sign in to comment.