Loading lib/Middleware/InvitationMiddleware.php +3 −9 Original line number Diff line number Diff line Loading @@ -173,15 +173,9 @@ class InvitationMiddleware extends Middleware break; } } $organizer = substr($vObject->VEVENT->ORGANIZER[0], 7); if ($organizer == $sender) { $organizername = empty( $vObject->VEVENT->ORGANIZER[0]["CN"] ) $organizername = empty($vObject->VEVENT->ORGANIZER["CN"]) ? $recipient : $vObject->VEVENT->ORGANIZER[0]["CN"]; } : $vObject->VEVENT->ORGANIZER["CN"]; $SUMMARY = $vObject->VEVENT->SUMMARY; $datestart = (string) $vObject->VEVENT->DTSTART; Loading Loading
lib/Middleware/InvitationMiddleware.php +3 −9 Original line number Diff line number Diff line Loading @@ -173,15 +173,9 @@ class InvitationMiddleware extends Middleware break; } } $organizer = substr($vObject->VEVENT->ORGANIZER[0], 7); if ($organizer == $sender) { $organizername = empty( $vObject->VEVENT->ORGANIZER[0]["CN"] ) $organizername = empty($vObject->VEVENT->ORGANIZER["CN"]) ? $recipient : $vObject->VEVENT->ORGANIZER[0]["CN"]; } : $vObject->VEVENT->ORGANIZER["CN"]; $SUMMARY = $vObject->VEVENT->SUMMARY; $datestart = (string) $vObject->VEVENT->DTSTART; Loading