forked from extern/egroupware
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)
|
||||
{
|
||||
$response = Api\Json\Response::get();
|
||||
$response->call('egw.message', $ex->getMessage());
|
||||
$this->errorInfo = $ex->getMessage();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user