mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Typo in redirect URL.
This commit is contained in:
parent
46a5a85b58
commit
baafcd2f06
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user