We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139a0ad commit 3cfd125Copy full SHA for 3cfd125
backup/import.php
@@ -56,7 +56,7 @@
56
$PAGE->set_heading($course->fullname);
57
$PAGE->set_url(new moodle_url('/backup/import.php', array('id'=>$courseid)));
58
$PAGE->set_context($context);
59
-$PAGE->set_pagelayout('incourse');
+$PAGE->set_pagelayout('admin');
60
61
// Prepare the backup renderer
62
$renderer = $PAGE->get_renderer('core','backup');
0 commit comments