Skip to content

Commit 1c2e0b3

Browse files
committed
settings: these notifications are not closeable
1 parent 50e43fd commit 1c2e0b3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

settings.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
'zoom/connectionstatus',
5151
$OUTPUT->notification(
5252
get_string('connectionstatus', 'mod_zoom') . ': ' . get_string($status, 'mod_zoom') . $errormessage,
53-
$notifyclass
53+
$notifyclass,
54+
false
5455
),
5556
''
5657
));
@@ -350,7 +351,8 @@
350351
if (empty($CFG->allowattachments)) {
351352
$sendicalnotificationshelp .= $OUTPUT->notification(
352353
get_string('sendicalnotifications_warning', 'mod_zoom'),
353-
notification::NOTIFY_WARNING
354+
notification::NOTIFY_WARNING,
355+
false
354356
);
355357
}
356358

0 commit comments

Comments
 (0)