mirror of
https://github.com/moodle/moodle.git
synced 2025-03-23 17:10:20 +01:00
Merge branch 'MDL-69151' of https://github.com/paulholden/moodle
This commit is contained in:
commit
53df9e34f9
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user