summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/Reminder
diff options
context:
space:
mode:
authorAkhil Potukuchi <akhil.potukuchi@gmail.com>2023-02-27 12:55:48 +0530
committerGitHub <noreply@github.com>2023-02-27 12:55:48 +0530
commite354e9266e75a84dce46cd2fcf51a46da3c243d0 (patch)
treedb80d746b425157376adfe2d051a441f91efb34e /apps/dav/lib/CalDAV/Reminder
parent9f9da964f678aed3276fb8f71c553253423a819c (diff)
downloadnextcloud-server-e354e9266e75a84dce46cd2fcf51a46da3c243d0.tar.gz
nextcloud-server-e354e9266e75a84dce46cd2fcf51a46da3c243d0.zip
Update apps/dav/lib/CalDAV/Reminder/ReminderService.php
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com> Signed-off-by: Akhil Potukuchi <akhil.potukuchi@gmail.com>
Diffstat (limited to 'apps/dav/lib/CalDAV/Reminder')
-rw-r--r--apps/dav/lib/CalDAV/Reminder/ReminderService.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/dav/lib/CalDAV/Reminder/ReminderService.php b/apps/dav/lib/CalDAV/Reminder/ReminderService.php
index aa1341b2fa1..572d815911b 100644
--- a/apps/dav/lib/CalDAV/Reminder/ReminderService.php
+++ b/apps/dav/lib/CalDAV/Reminder/ReminderService.php
@@ -149,8 +149,7 @@ class ReminderService {
try {
$vevent = $this->getVEventByRecurrenceId($vcalendar, $reminder['recurrence_id'], $reminder['is_recurrence_exception']);
- }
- catch (MaxInstancesExceededException $e) {
+ } catch (MaxInstancesExceededException $e) {
$this->logger->debug('Recurrence with too many instances detected, skipping VEVENT', ['exception' => $e]);
continue;
}