Merge pull request #19769 from randallmoraes/patch-2

Enable attachements in hook
This commit is contained in:
Laurent Destailleur 2022-01-10 19:06:51 +01:00 committed by GitHub
commit 0f950d121c
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']);