diff --git a/course/report/log/index.php b/course/report/log/index.php index 96bb6e5d6c3..b5bd12ae503 100644 --- a/course/report/log/index.php +++ b/course/report/log/index.php @@ -85,7 +85,7 @@ $navlinks[] = array('name' => $strlogs, 'link' => "index.php?id=$course->id", 'type' => 'misc'); $navlinks[] = array('name' => "$userinfo, $dateinfo", 'link' => null, 'type' => 'misc'); $navigation = build_navigation($navlinks); - print_header($course->shortname .': '. $strlogs, $course->fullname, $navigation ''); + print_header($course->shortname .': '. $strlogs, $course->fullname, $navigation); } print_heading(format_string($course->fullname) . ": $userinfo, $dateinfo (".usertimezone().")"); diff --git a/login/forgot_password.php b/login/forgot_password.php index b03ee866f32..50d8a110271 100644 --- a/login/forgot_password.php +++ b/login/forgot_password.php @@ -124,7 +124,7 @@ if ($mform->is_cancelled()) { } } - print_header($strforgotten, $strforgotten, $navigation + print_header($strforgotten, $strforgotten, $navigation); if (empty($user->email) or !empty($CFG->protectusernames)) { // Print general confirmation message