MDL-77129 tool_lp: remove redundant call to set page header.

This commit is contained in:
Paul Holden
2023-03-08 00:55:19 +00:00
committed by Jenkins
parent e52133c631
commit 586168df7c
-2
View File
@@ -229,7 +229,6 @@ class page_helper {
$PAGE->set_pagelayout('standard');
$PAGE->set_url($url);
$PAGE->set_title($title);
$PAGE->set_heading(fullname($user));
if (!empty($plan)) {
$PAGE->navbar->add($title, $planurl);
@@ -303,7 +302,6 @@ class page_helper {
$PAGE->set_pagelayout('standard');
$PAGE->set_url($url);
$PAGE->set_title($title);
$PAGE->set_heading(fullname($user));
if (!empty($evidence)) {
$PAGE->navbar->add($title, $evidenceurl);