diff --git a/notifications_content/notifications_content.module b/notifications_content/notifications_content.module
index 20a530c..1f28575 100644
--- a/notifications_content/notifications_content.module
+++ b/notifications_content/notifications_content.module
@@ -158,7 +158,7 @@ function notifications_content_form_alter(&$form, &$form_state, $form_id) {
 /**
  * Add disable (skip notifications) field set
  */
-function _notifications_content_add_disable_field(&$form, $default = 1) {
+function _notifications_content_add_disable_field(&$form, $default = 0) {
   if (user_access('skip notifications')) {
     // Add fieldset without affecting any other elements there
     $form['notifications']['#type'] = 'fieldset';
