mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +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->set_attachments($attachments);
|
||||||
}
|
}
|
||||||
$notification->send();
|
$notification->send();
|
||||||
|
|
||||||
|
// Notification can (partially) succeed and still generate errors
|
||||||
|
$this->errors += $notification->errors();
|
||||||
}
|
}
|
||||||
catch (Exception $exception)
|
catch (Exception $exception)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user