Skip to content

Commit 3cfd125

Browse files
jimenez-bsarjona
authored andcommitted
MDL-81759 backup: Change import page layout
1 parent 139a0ad commit 3cfd125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backup/import.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
$PAGE->set_heading($course->fullname);
5757
$PAGE->set_url(new moodle_url('/backup/import.php', array('id'=>$courseid)));
5858
$PAGE->set_context($context);
59-
$PAGE->set_pagelayout('incourse');
59+
$PAGE->set_pagelayout('admin');
6060

6161
// Prepare the backup renderer
6262
$renderer = $PAGE->get_renderer('core','backup');

0 commit comments

Comments
 (0)