From b1d3877625cb6ef13a80faa377fcf68e6fd0198d Mon Sep 17 00:00:00 2001 From: Simon Spannagel Date: Fri, 16 Oct 2020 07:47:29 +0200 Subject: [PATCH] CalDavBackend: check if timerange is array before accessing Signed-off-by: Simon Spannagel --- apps/dav/lib/CalDAV/CalDavBackend.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/dav/lib/CalDAV/CalDavBackend.php b/apps/dav/lib/CalDAV/CalDavBackend.php index 9132612872..82c1408683 100644 --- a/apps/dav/lib/CalDAV/CalDavBackend.php +++ b/apps/dav/lib/CalDAV/CalDavBackend.php @@ -16,6 +16,7 @@ * @author Thomas Citharel * @author Thomas Müller * @author Vinicius Cubas Brand + * @author Simon Spannagel * * @license AGPL-3.0 * @@ -1364,7 +1365,7 @@ class CalDavBackend extends AbstractBackend implements SyncSupport, Subscription $requirePostFilter = false; } // There was a time-range filter - if ($componentType === 'VEVENT' && isset($filters['comp-filters'][0]['time-range'])) { + if ($componentType === 'VEVENT' && isset($filters['comp-filters'][0]['time-range']) && is_array($filters['comp-filters'][0]['time-range'])) { $timeRange = $filters['comp-filters'][0]['time-range']; // If start time OR the end time is not specified, we can do a