mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-36194 remove bogus echo $PAGE->set_title()
Credit goes to Dan Poltawski, thanks!
This commit is contained in:
parent
4f66c75f20
commit
b5cf59a59d
2 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ switch ($action) {
|
||||||
$strplugin = $editor;
|
$strplugin = $editor;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo $PAGE->set_title($strplugin);
|
$PAGE->set_title($strplugin);
|
||||||
echo $OUTPUT->header();
|
echo $OUTPUT->header();
|
||||||
|
|
||||||
if (!$confirm) {
|
if (!$confirm) {
|
||||||
|
|
|
@ -103,7 +103,7 @@ switch ($action) {
|
||||||
$strplugin = $enrol;
|
$strplugin = $enrol;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo $PAGE->set_title($strplugin);
|
$PAGE->set_title($strplugin);
|
||||||
echo $OUTPUT->header();
|
echo $OUTPUT->header();
|
||||||
|
|
||||||
if (!$confirm) {
|
if (!$confirm) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue