Update Report page for log

This commit is contained in:
Visman 2021-01-19 21:35:51 +07:00
parent a28e4552fe
commit 15e3caf2f9

View file

@ -76,6 +76,12 @@ class Report extends Page
$result = $this->sendReport($report);
} catch (MailException $e) {
$result = false;
$this->c->Log->error('Report send MailException', [
'user' => $this->user->fLog(),
'exception' => $e,
'headers' => false,
]);
}
break;
default: