Keep any notification errors

This commit is contained in:
nathangray 2017-02-24 10:55:22 -07:00
parent 738a1acd0e
commit 6dd3f4838f

View File

@ -778,6 +778,9 @@ abstract class Tracking
$notification->set_attachments($attachments);
}
$notification->send();
// Notification can (partially) succeed and still generate errors
$this->errors += $notification->errors();
}
catch (Exception $exception)
{