Merge pull request #19769 from randallmoraes/patch-2
Enable attachements in hook
This commit is contained in:
commit
0f950d121c
@ -2381,6 +2381,7 @@ class EmailCollector extends CommonObject
|
|||||||
'messagetext'=>$messagetext,
|
'messagetext'=>$messagetext,
|
||||||
'subject'=>$subject,
|
'subject'=>$subject,
|
||||||
'header'=>$header,
|
'header'=>$header,
|
||||||
|
'attachments'=>$attachments,
|
||||||
);
|
);
|
||||||
$res = $hookmanager->executeHooks('doCollectOneCollector', $parameters, $this, $operation['type']);
|
$res = $hookmanager->executeHooks('doCollectOneCollector', $parameters, $this, $operation['type']);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user