Merge branch 'MDL-81759-main' of https://github.com/sarjona/moodle

This commit is contained in:
Huong Nguyen
2025-02-19 16:42:54 +07:00
+1 -1
View File
@@ -56,7 +56,7 @@ $PAGE->set_title($course->shortname . ': ' . get_string('import'));
$PAGE->set_heading($course->fullname);
$PAGE->set_url(new moodle_url('/backup/import.php', array('id'=>$courseid)));
$PAGE->set_context($context);
$PAGE->set_pagelayout('incourse');
$PAGE->set_pagelayout('admin');
// Prepare the backup renderer
$renderer = $PAGE->get_renderer('core','backup');