Page MenuHomePhorge

D4677.1775326317.diff
No OneTemporary

Authored By
Unknown
Size
597 B
Referenced Files
None
Subscribers
None

D4677.1775326317.diff

diff --git a/plugins/calendar/calendar.php b/plugins/calendar/calendar.php
--- a/plugins/calendar/calendar.php
+++ b/plugins/calendar/calendar.php
@@ -3660,7 +3660,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
Sat, Apr 4, 6:11 PM (5 h, 20 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18820585
Default Alt Text
D4677.1775326317.diff (597 B)

Event Timeline