diff --git a/mod/book/view.php b/mod/book/view.php index 872031e578b..ea891a28ecc 100644 --- a/mod/book/view.php +++ b/mod/book/view.php @@ -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');