From: moodler Date: Tue, 22 Sep 2009 08:15:58 +0000 (+0000) Subject: course/modedit MDL-19794 Add missing heading from module editing page X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=480b5db6b3fca965f6ae40ddec6e4adb00495652;p=moodle.git course/modedit MDL-19794 Add missing heading from module editing page --- 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);