Skip to content

Commit

Permalink
MDL-48596 mod_lesson: editing interface won't expand to full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Michel Vedrine authored and andrewnicols committed Jan 20, 2015
1 parent 0542213 commit 7e11f1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/lesson/editpage.php
Expand Up @@ -43,6 +43,7 @@
require_capability('mod/lesson:edit', $context);

$PAGE->set_url('/mod/lesson/editpage.php', array('pageid'=>$pageid, 'id'=>$id, 'qtype'=>$qtype));
$PAGE->set_pagelayout('admin');

if ($edit) {
$editpage = lesson_page::load($pageid, $lesson);
Expand Down

0 comments on commit 7e11f1b

Please sign in to comment.