diff --git a/db/messages.php b/db/messages.php index f9c94b8..511da13 100644 --- a/db/messages.php +++ b/db/messages.php @@ -31,7 +31,7 @@ 'newquestion' => array ( 'capability' => 'mod/pdfannotator:recievenewquestionnotifications', // All capabilities. 'defaults' => array( - 'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF, + 'popup' => MESSAGE_PERMITTED + MESSAGE_DEFAULT_ENABLED, 'email' => MESSAGE_PERMITTED, ), ),