Skip to content

Commit

Permalink
Merge pull request #170 from pluginkollektiv/issue-151-email-notifica…
Browse files Browse the repository at this point in the history
…tion-disabled-by-default

change the default value for email_notify to 0 (solves #151)
  • Loading branch information
websupporter authored Feb 16, 2018
2 parents 6dde915 + f583a5c commit 7f5b571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antispam_bee.php
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ private static function _init_internal_vars()

// Advanced
'flag_spam' => 1,
'email_notify' => 1,
'email_notify' => 0,
'no_notice' => 0,
'cronjob_enable' => 0,
'cronjob_interval' => 0,
Expand Down

0 comments on commit 7f5b571

Please sign in to comment.