Merge branch 'MDL-40733_forum_name' of https://github.com/andyjdavis/moodle

This commit is contained in:
Dan Poltawski
2013-09-10 17:35:40 +08:00
+1
View File
@@ -111,6 +111,7 @@
$PAGE->set_heading(format_string($course->fullname));
echo $OUTPUT->header();
echo $OUTPUT->heading(format_string($forum->name), 2);
/// Some capability checks.
if (empty($cm->visible) and !has_capability('moodle/course:viewhiddenactivities', $context)) {