mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
WIP smime support:
- Fix decrypted message gets cut off
This commit is contained in:
parent
a81fe4f82a
commit
53669d2b3b
@ -2169,7 +2169,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
||||
);
|
||||
|
||||
} catch (Exception $ex) {
|
||||
if ($message['password_required'])
|
||||
if (isset($message['password_required']))
|
||||
{
|
||||
$data = $message;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user