aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/vobject/lib/ITip
diff options
context:
space:
mode:
authorKlaus Weidenbach <Klaus.Weidenbach@gmx.net>2018-05-04 22:44:22 +0200
committerKlaus Weidenbach <Klaus.Weidenbach@gmx.net>2018-05-09 21:07:25 +0200
commitdafe0afa65171f55146f49f3d45fb4c126073be9 (patch)
treeecdff36542dad91aa54023b6d6fb928ce5168718 /vendor/sabre/vobject/lib/ITip
parent30d0f9888c049f487769f34d2cce51560bc5925e (diff)
downloadvolse-hubzilla-dafe0afa65171f55146f49f3d45fb4c126073be9.tar.gz
volse-hubzilla-dafe0afa65171f55146f49f3d45fb4c126073be9.tar.bz2
volse-hubzilla-dafe0afa65171f55146f49f3d45fb4c126073be9.zip
:arrow_up: Update libraries.
Updating smarty/smarty (v3.1.31 => v3.1.32) Updating sabre/vobject (4.1.5 => 4.1.6)
Diffstat (limited to 'vendor/sabre/vobject/lib/ITip')
-rw-r--r--vendor/sabre/vobject/lib/ITip/Broker.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/vendor/sabre/vobject/lib/ITip/Broker.php b/vendor/sabre/vobject/lib/ITip/Broker.php
index b9a30611b..b954cdc8d 100644
--- a/vendor/sabre/vobject/lib/ITip/Broker.php
+++ b/vendor/sabre/vobject/lib/ITip/Broker.php
@@ -897,6 +897,9 @@ class Broker {
if ($key === 'INTERVAL' && $val == 1) {
continue;
}
+ if (is_array($val)) {
+ $val = implode(',', $val);
+ }
$rrule[] = "$key=$val";
}
}
@@ -936,9 +939,9 @@ class Broker {
if (isset($attendees[$attendee->getNormalizedValue()])) {
$attendees[$attendee->getNormalizedValue()]['instances'][$recurId] = [
- 'id' => $recurId,
- 'partstat' => $partStat,
- 'force-send' => $forceSend,
+ 'id' => $recurId,
+ 'partstat' => $partStat,
+ 'forceSend' => $forceSend,
];
} else {
$attendees[$attendee->getNormalizedValue()] = [