mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 18:02:15 +09:00
Do not return false after failed trigger if mail is already sent
This commit is contained in:
parent
10309e5811
commit
14dfba32e4
1 changed files with 0 additions and 1 deletions
|
|
@ -555,7 +555,6 @@ class Mail
|
|||
if(!$output->toBool())
|
||||
{
|
||||
$this->errors[] = $output->getMessage();
|
||||
return false;
|
||||
}
|
||||
|
||||
return $result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue