MDL-36194 remove bogus echo $PAGE->set_title()

Credit goes to Dan Poltawski, thanks!
This commit is contained in:
Petr Škoda 2012-11-07 19:11:25 +01:00
parent 4f66c75f20
commit b5cf59a59d
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ switch ($action) {
$strplugin = $editor;
}
echo $PAGE->set_title($strplugin);
$PAGE->set_title($strplugin);
echo $OUTPUT->header();
if (!$confirm) {

View File

@ -103,7 +103,7 @@ switch ($action) {
$strplugin = $enrol;
}
echo $PAGE->set_title($strplugin);
$PAGE->set_title($strplugin);
echo $OUTPUT->header();
if (!$confirm) {