Bugfix: Mails weren't sent

This commit is contained in:
Michael 2017-09-08 15:14:33 +00:00
commit 637eb0bfb4
6 changed files with 18 additions and 14 deletions

View file

@ -320,6 +320,8 @@ define ( 'NOTIFY_TAGSHARE', 0x0100 );
define ( 'NOTIFY_POKE', 0x0200 );
define ( 'NOTIFY_SHARE', 0x0400 );
define ( 'SYSTEM_EMAIL', 0x4000 );
define ( 'NOTIFY_SYSTEM', 0x8000 );
/* @}*/