Page MenuHomePhorge

D5688.1775273845.diff
No OneTemporary

Authored By
Unknown
Size
888 B
Referenced Files
None
Subscribers
None

D5688.1775273845.diff

diff --git a/src/app/Backends/DAV/Vevent.php b/src/app/Backends/DAV/Vevent.php
--- a/src/app/Backends/DAV/Vevent.php
+++ b/src/app/Backends/DAV/Vevent.php
@@ -325,10 +325,12 @@
$exception->ORGANIZER = $master->ORGANIZER;
$attendee = null;
- foreach ($exception->ATTENDEE as $_attendee) {
- if ((string) $_attendee == (string) $chair) {
- $attendee = $_attendee;
- break;
+ if ($exception->ATTENDEE) {
+ foreach ($exception->ATTENDEE as $_attendee) {
+ if ((string) $_attendee == (string) $chair) {
+ $attendee = $_attendee;
+ break;
+ }
}
}

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 4, 3:37 AM (4 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18827544
Default Alt Text
D5688.1775273845.diff (888 B)

Event Timeline