From 0ffce4b7ae9a9078fd40146fb5ba55a87f019736 Mon Sep 17 00:00:00 2001 From: Rex Lorenzo Date: Fri, 27 Apr 2012 15:58:16 -0700 Subject: [PATCH] MDL-32670 mod/chat: added missing call to $PAGE->set_heading --- mod/chat/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/chat/index.php b/mod/chat/index.php index fbc6d377fc1..e000978bbf1 100644 --- a/mod/chat/index.php +++ b/mod/chat/index.php @@ -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