diff --git a/db/messages.php b/db/messages.php
index f9c94b8c88df720d194b23da360b7ddfa71f14b0..511da139e7e19f399ff6f37a51ce1bce9619bace 100644
--- a/db/messages.php
+++ b/db/messages.php
@@ -31,7 +31,7 @@ $messageproviders = array (
     '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,
         ),
     ),