Skip to content
Snippets Groups Projects
Unverified Commit 555424fc authored by Amrita Deb Dutta's avatar Amrita Deb Dutta Committed by GitHub
Browse files

Merge pull request #119 from nomisge/Remove-deprecation-4.5

Remove deprecated constant in moodle 4.5
parents ef34c0ee 9b01e91d
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ $messageproviders = array ( ...@@ -31,7 +31,7 @@ $messageproviders = array (
'newquestion' => array ( 'newquestion' => array (
'capability' => 'mod/pdfannotator:recievenewquestionnotifications', // All capabilities. 'capability' => 'mod/pdfannotator:recievenewquestionnotifications', // All capabilities.
'defaults' => array( 'defaults' => array(
'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF, 'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED,
'email' => MESSAGE_PERMITTED, 'email' => MESSAGE_PERMITTED,
), ),
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment