diff options
author | Mario <mario@mariovavti.com> | 2024-01-03 10:53:37 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-01-03 10:53:37 +0000 |
commit | 322b619a7122fa812321ceb67016e0b1ce4affb6 (patch) | |
tree | 660fd384b04db56763d7bc2a18c1c18173f19f6e /vendor/sabre/dav/lib/CalDAV/Xml | |
parent | dff906ca69efbb8ae18e9954ec7a937e36b50308 (diff) | |
download | volse-hubzilla-322b619a7122fa812321ceb67016e0b1ce4affb6.tar.gz volse-hubzilla-322b619a7122fa812321ceb67016e0b1ce4affb6.tar.bz2 volse-hubzilla-322b619a7122fa812321ceb67016e0b1ce4affb6.zip |
update sabre/dav
Diffstat (limited to 'vendor/sabre/dav/lib/CalDAV/Xml')
-rw-r--r-- | vendor/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php b/vendor/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php index c9a3cb5ac..f1d66cc0d 100644 --- a/vendor/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php +++ b/vendor/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php @@ -53,7 +53,7 @@ class PropFilter implements XmlDeserializable 'is-not-defined' => false, 'param-filters' => [], 'text-match' => null, - 'time-range' => false, + 'time-range' => [], ]; $att = $reader->parseAttributes(); |