Skip to content
Snippets Groups Projects
Unverified Commit aefe805f authored by Tim Schroeder's avatar Tim Schroeder
Browse files

changed new question notifications default from mail to popup

fixes #35
parent e33bba1c
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,11 @@ defined('MOODLE_INTERNAL') || die();
$messageproviders = array (
'newquestion' => array (
'capability' => 'mod/pdfannotator:recievenewquestionnotifications' // All capabilities.
'capability' => 'mod/pdfannotator:recievenewquestionnotifications', // All capabilities.
'defaults' => array(
'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF,
'email' => MESSAGE_PERMITTED,
),
),
// Concerns answers to questions the student subscribed to.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment