mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-32670 mod/chat: added missing call to $PAGE->set_heading
This commit is contained in:
parent
aa753ac24f
commit
a9ce6b1f8d
@ -27,6 +27,7 @@ $strchat = get_string('modulename', 'chat');
|
||||
/// Print the header
|
||||
$PAGE->navbar->add($strchats);
|
||||
$PAGE->set_title($strchats);
|
||||
$PAGE->set_heading($course->fullname);
|
||||
echo $OUTPUT->header();
|
||||
|
||||
/// Get all the appropriate data
|
||||
|
Loading…
x
Reference in New Issue
Block a user