Merge pull request #11982 from frederic34/patch-13

Add sendcontext to notification emails
This commit is contained in:
Laurent Destailleur 2019-09-30 15:18:12 +02:00 committed by GitHub
commit bc1e59ee23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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