mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
Merge branch 'MDL-55618' of https://github.com/NeillM/moodle
This commit is contained in:
commit
1cce237bac
@ -145,7 +145,6 @@ if ($backup->get_stage() == backup_ui::STAGE_FINAL) {
|
||||
if (!empty($precheckresults['errors'])) { // If errors are found, terminate the import.
|
||||
fulldelete($tempdestination);
|
||||
|
||||
echo $OUTPUT->header();
|
||||
echo $renderer->precheck_notices($precheckresults);
|
||||
echo $OUTPUT->continue_button(new moodle_url('/course/view.php', array('id'=>$course->id)));
|
||||
echo $OUTPUT->footer();
|
||||
|
Loading…
x
Reference in New Issue
Block a user