MDL-66360 grade: add missing gradenotifications defaults
This commit is contained in:
@@ -137,5 +137,9 @@ $messageproviders = array (
|
||||
),
|
||||
|
||||
'gradenotifications' => [
|
||||
'defaults' => array(
|
||||
'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF,
|
||||
'email' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDOFF,
|
||||
),
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user