MDL-32670 mod/chat: also added missing call to ->set_heading in report.php

This commit is contained in:
Rex Lorenzo
2012-05-02 19:09:43 -07:00
parent a9ce6b1f8d
commit 4ff8dccccc
+1
View File
@@ -39,6 +39,7 @@
$context = get_context_instance(CONTEXT_MODULE, $cm->id);
$PAGE->set_context($context);
$PAGE->set_heading($course->fullname);
require_login($course, false, $cm);