Page MenuHomePhorge

D4677.1775440568.diff
No OneTemporary

Authored By
Unknown
Size
597 B
Referenced Files
None
Subscribers
None

D4677.1775440568.diff

diff --git a/plugins/calendar/calendar.php b/plugins/calendar/calendar.php
--- a/plugins/calendar/calendar.php
+++ b/plugins/calendar/calendar.php
@@ -3645,7 +3645,7 @@
}
// send iTip reply
- if ($event['_method'] == 'REQUEST' && !empty($organizer) && !$noreply && !$error_msg && !empty($reply_sender)
+ if (!empty($event) && $event['_method'] == 'REQUEST' && !empty($organizer) && !$noreply && !$error_msg && !empty($reply_sender)
&& !in_array(strtolower($organizer['email']), $emails ?? [])
) {
$event['comment'] = $comment;

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 6, 1:56 AM (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18833559
Default Alt Text
D4677.1775440568.diff (597 B)

Event Timeline