mirror of
https://github.com/moodle/moodle.git
synced 2025-04-26 19:03:38 +02:00
MDL-77129 tool_lp: remove redundant call to set page header.
This commit is contained in:
parent
355556c05f
commit
0e3c8eb740
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user