Add sendcontext to notification emails

This commit is contained in:
Frédéric FRANCE 2019-09-28 10:25:00 +02:00 committed by GitHub
parent fd37a81e19
commit 2eaf3c0dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -541,7 +541,12 @@ class Notify
'',
'',
0,
-1
-1,
'',
'',
'',
'',
'notification'
);
if ($mailfile->sendfile())
@ -769,7 +774,12 @@ class Notify
'',
'',
0,
1
1,
'',
'',
'',
'',
'notification'
);
if ($mailfile->sendfile())