debug change-password better

This commit is contained in:
the-djmaze 2022-05-05 16:49:19 +02:00
parent acac16cef0
commit ffafc2313d
2 changed files with 23 additions and 27 deletions

View file

@ -107,6 +107,7 @@ class ChangePasswordDriverPDO
}
catch (\Exception $oException)
{
\SnappyMail\Log::error('change-password', $oException->getMessage());
if ($this->oLogger) {
$this->oLogger->WriteException($oException);
}