Skip to content

Commit

Permalink
MDL-66360 grade: add missing gradenotifications defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze committed Nov 11, 2019
1 parent 6143a75 commit 3f609c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/db/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,9 @@
),

'gradenotifications' => [
'defaults' => array(
'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF,
'email' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDOFF,
),
],
);

0 comments on commit 3f609c8

Please sign in to comment.