From 480b5db6b3fca965f6ae40ddec6e4adb00495652 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 22 Sep 2009 08:15:58 +0000 Subject: [PATCH] course/modedit MDL-19794 Add missing heading from module editing page --- course/modedit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/course/modedit.php b/course/modedit.php index 40a59cc7ba..c1dcbaa4c0 100644 --- a/course/modedit.php +++ b/course/modedit.php @@ -600,6 +600,7 @@ $strmodulenameplural = get_string('modulenameplural', $module->name); $PAGE->navbar->add($streditinga); + $PAGE->set_heading($course->fullname); $PAGE->set_title($streditinga); $PAGE->set_focuscontrol($mform->focus()); $PAGE->set_cacheable(false); -- 2.39.5