MDL-81759 backup: Change import page layout

This commit is contained in:
Brandon
2025-02-10 09:54:19 +01:00
committed by Sara Arjona
parent 139a0ad5f0
commit 3cfd1251fe
+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');