Catch exception during cron execution and log to debug
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -67,6 +67,10 @@ class NotificationHelper {
|
||||
$this->currentUser = $userId;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $card
|
||||
* @throws \OCP\AppFramework\Db\DoesNotExistException
|
||||
*/
|
||||
public function sendCardDuedate($card) {
|
||||
// check if notification has already been sent
|
||||
// ideally notifications should not be deleted once seen by the user so we can
|
||||
|
||||
Reference in New Issue
Block a user