Merge pull request #11982 from frederic34/patch-13
Add sendcontext to notification emails
This commit is contained in:
commit
bc1e59ee23
@ -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())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user