MDL-66360 grade: add missing gradenotifications defaults

This commit is contained in:
Simey Lameze
2019-11-11 15:39:28 +08:00
parent 6143a75136
commit 3f609c8a44
+4
View File
@@ -137,5 +137,9 @@ $messageproviders = array (
),
'gradenotifications' => [
'defaults' => array(
'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF,
'email' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDOFF,
),
],
);