mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Keep any notification errors
This commit is contained in:
parent
738a1acd0e
commit
6dd3f4838f
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user