mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +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
@ -93,7 +93,7 @@ switch ($action) {
|
||||
$strplugin = $editor;
|
||||
}
|
||||
|
||||
echo $PAGE->set_title($strplugin);
|
||||
$PAGE->set_title($strplugin);
|
||||
echo $OUTPUT->header();
|
||||
|
||||
if (!$confirm) {
|
||||
|
@ -103,7 +103,7 @@ switch ($action) {
|
||||
$strplugin = $enrol;
|
||||
}
|
||||
|
||||
echo $PAGE->set_title($strplugin);
|
||||
$PAGE->set_title($strplugin);
|
||||
echo $OUTPUT->header();
|
||||
|
||||
if (!$confirm) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user