Enable attachements in hook

Enable to send attachments to the hook for custom data processing...
This commit is contained in:
Randall Mora 2022-01-07 15:19:18 -06:00 committed by GitHub
parent 60b2479389
commit 2db35c4acc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2381,6 +2381,7 @@ class EmailCollector extends CommonObject
'messagetext'=>$messagetext,
'subject'=>$subject,
'header'=>$header,
'attachments'=>$attachments,
);
$res = $hookmanager->executeHooks('doCollectOneCollector', $parameters, $this, $operation['type']);