mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-03 20:09:27 +01:00
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(
|
$encrypt_params = array(
|
||||||
'type' => 'message',
|
'type' => 'message',
|
||||||
'pubkey' => array_merge(
|
'pubkey' => array_merge(
|
||||||
$params['recipientsCerts'],
|
(array)$params['recipientsCerts'],
|
||||||
array($this->account->acc_smime_username => $params['senderPubKey'])
|
array($this->account->acc_smime_username => $params['senderPubKey'])
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user