Skip to content

Commit

Permalink
MDL-40733 forum: fix duplciate headings
Browse files Browse the repository at this point in the history
two integration patches collided..
  • Loading branch information
danpoltawski committed Sep 11, 2013
1 parent 6313817 commit e3a1fa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mod/forum/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
$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)) {
Expand Down

0 comments on commit e3a1fa4

Please sign in to comment.