MDL-78152 mod_book: set permissions required for page editing.

This commit is contained in:
Paul Holden 2023-05-09 11:51:38 +01:00
parent 176a323b4e
commit 48963bb7a7
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164

View File

@ -96,6 +96,8 @@ $pagetitle = $book->name;
if ($chapter = $DB->get_record('book_chapters', ['id' => $chapterid, 'bookid' => $book->id])) {
$pagetitle .= ": {$chapter->title}";
}
$PAGE->set_other_editing_capability('mod/book:edit');
$PAGE->set_title($pagetitle);
$PAGE->set_heading($course->fullname);
$PAGE->add_body_class('limitedwidth');