forked from extern/egroupware
Fix php warning when there's no s/mime recipientsCerts
This commit is contained in:
parent
1b33419bfe
commit
376be571ba
@ -1175,7 +1175,7 @@ class Mailer extends Horde_Mime_Mail
|
||||
$encrypt_params = array(
|
||||
'type' => 'message',
|
||||
'pubkey' => array_merge(
|
||||
$params['recipientsCerts'],
|
||||
(array)$params['recipientsCerts'],
|
||||
array($this->account->acc_smime_username => $params['senderPubKey'])
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user