diff --git a/report/completion/index.php b/report/completion/index.php index b4479b9e4d9..f8b6ccef697 100644 --- a/report/completion/index.php +++ b/report/completion/index.php @@ -157,7 +157,7 @@ if ($csv) { echo $OUTPUT->header(); // Handle groups (if enabled) - groups_print_course_menu($course, $CFG->wwwroot.'/report/completion/?course='.$course->id); + groups_print_course_menu($course, $CFG->wwwroot.'/report/completion/index.php?course='.$course->id); } if ($sifirst !== 'all') { @@ -222,7 +222,7 @@ if ($total) { } // Build link for paging -$link = $CFG->wwwroot.'/report/completion/?course='.$course->id; +$link = $CFG->wwwroot.'/report/completion/index.php?course='.$course->id; if (strlen($sort)) { $link .= '&sort='.$sort; } @@ -428,10 +428,10 @@ if (!$csv) { if ($firstnamesort) { print - get_string('firstname')." / id}{$sistring}\">". + get_string('firstname')." / id}{$sistring}\">". get_string('lastname').''; } else { - print "id}&sort=firstname{$sistring}\">". + print "id}&sort=firstname{$sistring}\">". get_string('firstname').' / '. get_string('lastname'); }