This commit is contained in:
Andrew Nicols 2020-07-01 08:27:36 +08:00
commit 53df9e34f9

View File

@ -59,6 +59,8 @@ if (strpos($CFG->airnotifierurl, message_airnotifier_manager::AIRNOTIFIER_PUBLIC
}
}
echo $OUTPUT->header();
$manager = new message_airnotifier_manager();
$warnings = [];
@ -107,6 +109,5 @@ foreach ($warnings as $warning) {
$msg .= $OUTPUT->continue_button($returl);
echo $OUTPUT->header();
echo $OUTPUT->box($msg, 'generalbox ');
echo $OUTPUT->footer();