Update Subscription\Send for log
This commit is contained in:
parent
bb841f27af
commit
629928bd4c
1 changed files with 4 additions and 1 deletions
|
@ -159,7 +159,10 @@ class Send extends Method
|
|||
|
||||
$this->c->Lang->load('common', $this->c->user->language);
|
||||
} catch (MailException $e) {
|
||||
// ????
|
||||
$this->c->Log->error('Subscription send MailException', $context + [
|
||||
'exception' => $e,
|
||||
'headers' => false,
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue