mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Small fixes (Release commit)
This commit is contained in:
parent
8747ea59ac
commit
eb30a1fe27
16 changed files with 155 additions and 55 deletions
|
|
@ -408,6 +408,14 @@ class ServiceActions
|
|||
$sRawError = '';
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$sRawError = 'Unknown action "'.$sAction.'"';
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$sRawError = 'Empty action';
|
||||
}
|
||||
}
|
||||
catch (\RainLoop\Exceptions\ClientException $oException)
|
||||
|
|
@ -428,6 +436,7 @@ class ServiceActions
|
|||
if (0 < \strlen($sRawError))
|
||||
{
|
||||
$this->oActions->Logger()->Write($sRawError, \MailSo\Log\Enumerations\Type::ERROR);
|
||||
$this->oActions->Logger()->WriteDump($this->aPaths, \MailSo\Log\Enumerations\Type::ERROR, 'PATHS');
|
||||
}
|
||||
|
||||
if ($oException)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue