Loading lib/Middleware/InvitationMiddleware.php +0 −3 Original line number Diff line number Diff line Loading @@ -185,9 +185,6 @@ class InvitationMiddleware extends Middleware $SUMMARY = $vObject->VEVENT->SUMMARY; $datestart = (string) $vObject->VEVENT->DTSTART; $$organizername = empty($vObject->VEVENT->ORGANIZER["CN"]) ? $recipient : $vObject->VEVENT->ORGANIZER["CN"]; if (str_contains($datestart, "T")) { $eventdate = date("F d, Y h:i", strtotime($datestart)); } else { Loading Loading
lib/Middleware/InvitationMiddleware.php +0 −3 Original line number Diff line number Diff line Loading @@ -185,9 +185,6 @@ class InvitationMiddleware extends Middleware $SUMMARY = $vObject->VEVENT->SUMMARY; $datestart = (string) $vObject->VEVENT->DTSTART; $$organizername = empty($vObject->VEVENT->ORGANIZER["CN"]) ? $recipient : $vObject->VEVENT->ORGANIZER["CN"]; if (str_contains($datestart, "T")) { $eventdate = date("F d, Y h:i", strtotime($datestart)); } else { Loading