Skip to content

Commit

Permalink
Moodle 3.9 compatibility: Removed 'MESSAGE_DEFAULT_ENABLED' constant
Browse files Browse the repository at this point in the history
Moodle 3.9 compatibility: Removed 'MESSAGE_DEFAULT_ENABLED' constant
  • Loading branch information
paulandm committed Oct 2, 2024
1 parent e7d6de2 commit 29cfee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'ical_notifications' => [
'defaults' => [
'popup' => MESSAGE_DISALLOWED,
'email' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED,
'email' => MESSAGE_PERMITTED,
'airnotifier' => MESSAGE_DISALLOWED,
],
],
Expand Down

0 comments on commit 29cfee1

Please sign in to comment.