aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/vobject/lib/DateTimeParser.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-01-03 10:58:31 +0000
committerMario <mario@mariovavti.com>2024-01-03 10:58:31 +0000
commit85001c034b1353e7602911f9fbdf017188ed8b07 (patch)
treeafbdd8301a953d2a36a01b6948e7af18d73a4da8 /vendor/sabre/vobject/lib/DateTimeParser.php
parenta56f6576e224922082670788755e357779b45db4 (diff)
downloadvolse-hubzilla-85001c034b1353e7602911f9fbdf017188ed8b07.tar.gz
volse-hubzilla-85001c034b1353e7602911f9fbdf017188ed8b07.tar.bz2
volse-hubzilla-85001c034b1353e7602911f9fbdf017188ed8b07.zip
update sabre/vobject
Diffstat (limited to 'vendor/sabre/vobject/lib/DateTimeParser.php')
-rw-r--r--vendor/sabre/vobject/lib/DateTimeParser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/sabre/vobject/lib/DateTimeParser.php b/vendor/sabre/vobject/lib/DateTimeParser.php
index 1c253437a..c5dbac97d 100644
--- a/vendor/sabre/vobject/lib/DateTimeParser.php
+++ b/vendor/sabre/vobject/lib/DateTimeParser.php
@@ -104,7 +104,7 @@ class DateTimeParser
if (!$asString) {
$invert = false;
- if ('-' === $matches['plusminus']) {
+ if (isset($matches['plusminus']) && '-' === $matches['plusminus']) {
$invert = true;
}