mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Forgot to stage and commit this change for #123
This commit is contained in:
parent
7a46527aa8
commit
e57069af4e
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class ClientException extends Exception
|
|||
parent::__construct(\RainLoop\Notifications::GetNotificationsMessage($iCode, $oPrevious),
|
||||
$iCode, $oPrevious);
|
||||
|
||||
$this->sAdditionalMessage = $sAdditionalMessage;
|
||||
$this->sAdditionalMessage = $sAdditionalMessage ?: ($oPrevious ? $oPrevious->getMessage() : '');
|
||||
|
||||
$this->bLogoutOnException = $bLogoutOnException;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue