mirror of
https://github.com/moodle/moodle.git
synced 2025-03-23 17:10:20 +01:00
MDL-77129 tool_lp: remove redundant call to set page header.
This commit is contained in:
parent
c2d0c7359d
commit
0518f875cf
@ -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