Skip to content

Commit

Permalink
Revert "Moodle 3.9 compatibility fixes."
Browse files Browse the repository at this point in the history
This reverts commit c99249a.
  • Loading branch information
paulandm committed Oct 2, 2024
1 parent c99249a commit 1c70ce7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions db/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@
$messageproviders = [
'teacher_notification' => [],
// The ical notifications task messages.
// Use MESSAGE_DEFAULT_LOGGEDIN instead of MESSAGE_DEFAULT_ENABLED for Moodle 3.9 compatibility.
'ical_notifications' => [
'defaults' => [
'popup' => MESSAGE_DISALLOWED,
'email' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN,
'email' => MESSAGE_PERMITTED,
'airnotifier' => MESSAGE_DISALLOWED,
],
],
Expand Down

0 comments on commit 1c70ce7

Please sign in to comment.