Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117806317
D5688.1775273845.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
888 B
Referenced Files
None
Subscribers
None
D5688.1775273845.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D5688: Handle a missing attendee in the exception
Attached
Detach File
Event Timeline