From: toyomoyo Date: Thu, 11 Oct 2007 08:14:13 +0000 (+0000) Subject: merged fix for MDL-11709, print_header() warning for blogs X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0f106650eeb7841e8e9c954bca08fca045f30e84;p=moodle.git merged fix for MDL-11709, print_header() warning for blogs --- diff --git a/blog/header.php b/blog/header.php index 3e770e66d2..cec97b25b0 100755 --- a/blog/header.php +++ b/blog/header.php @@ -206,11 +206,7 @@ $navlinks = array(); 'type' => 'misc'); $navlinks[] = array('name' => $blogstring, 'link' => null, 'type' => 'misc'); $navigation = build_navigation($navlinks); - print_header("$course->shortname: $blogstring", $course->fullname, - ''.$course->shortname.' -> - '.$participants.' -> - '.fullname($user).' -> - '.$blogstring,'','',true,$PAGE->get_extra_header_string()); + print_header("$course->shortname: $blogstring", $course->fullname, $navigation,'','',true,$PAGE->get_extra_header_string()); } } else {