From 3225acd58b6fdbb3943307b88409896daed72307 Mon Sep 17 00:00:00 2001 From: poltawski Date: Wed, 26 Dec 2007 20:19:36 +0000 Subject: [PATCH] MDL-12734, fix calling print_header() twice merged from MOODLE_19_STABLE --- mod/chat/view.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/mod/chat/view.php b/mod/chat/view.php index 96fea95532..6fa8bd67d3 100644 --- a/mod/chat/view.php +++ b/mod/chat/view.php @@ -62,9 +62,6 @@ exit; } else { - $navigation = build_navigation('', $cm); - print_header_simple(format_string($chat->name), '', $navigation, - '', '', true, '', navmenu($course, $cm)); require_capability('mod/chat:chat', $context); } -- 2.39.5