fix previous

This commit is contained in:
Visman 2021-01-22 22:11:50 +07:00
parent 629928bd4c
commit 00208dc197

View file

@ -159,7 +159,7 @@ class Send extends Method
$this->c->Lang->load('common', $this->c->user->language);
} catch (MailException $e) {
$this->c->Log->error('Subscription send MailException', $context + [
$this->c->Log->error('Subscription send MailException', [
'exception' => $e,
'headers' => false,
]);