Skip to content

Commit

Permalink
CalDAV/PropFilter: set empty array as default value for time-range
Browse files Browse the repository at this point in the history
  • Loading branch information
simonspa authored Oct 23, 2020
1 parent e1f617a commit 12e2f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CalDAV/Xml/Filter/PropFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static function xmlDeserialize(Reader $reader)
'is-not-defined' => false,
'param-filters' => [],
'text-match' => null,
'time-range' => false,
'time-range' => [],
];

$att = $reader->parseAttributes();
Expand Down

0 comments on commit 12e2f35

Please sign in to comment.