mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-54787_master' of https://github.com/snake/moodle
This commit is contained in:
commit
337ee7ffa2
@ -302,7 +302,11 @@ class quiz_overview_report extends quiz_attempts_report {
|
||||
* @uses exit. This method never returns.
|
||||
*/
|
||||
protected function finish_regrade($nexturl) {
|
||||
redirect($nexturl, get_string('regradecomplete', 'quiz_overview'), null, \core\output\notification::NOTIFY_SUCCESS);
|
||||
global $OUTPUT;
|
||||
\core\notification::success(get_string('regradecomplete', 'quiz_overview'));
|
||||
echo $OUTPUT->continue_button($nexturl);
|
||||
echo $OUTPUT->footer();
|
||||
die();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user