mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 21:32:46 +02:00
W.I.P. SMIME:
- Fix failure message on send have no details
This commit is contained in:
parent
c324fda6ea
commit
fc451b2940
@ -3016,7 +3016,7 @@ class mail_compose
|
|||||||
catch (Exception $ex)
|
catch (Exception $ex)
|
||||||
{
|
{
|
||||||
$response = Api\Json\Response::get();
|
$response = Api\Json\Response::get();
|
||||||
$response->call('egw.message', $ex->getMessage());
|
$this->errorInfo = $ex->getMessage();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user