Skip to content

Commit efe78b0

Browse files
authored
Correction(mail) fichier ICS #1904 (#1910)
Co-authored-by: vgreb <[email protected]>
1 parent 378b0e7 commit efe78b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/AppBundle/Email/Emails.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private function getAttachementIcsInscription(Event $event, MailUser $recipient)
7575
DTSTAMP:{$created}
7676
ORGANIZER:CN={$organizerCN}
7777
ATTENDEE:CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;CN=
78-
{$attendeeEmail};X-NUM-GUESTS=0:mailto:{$attendeeCN}
78+
mailto:{$attendeeEmail};X-NUM-GUESTS=0:{$attendeeCN}
7979
UID:{$uid}
8080
CREATED:{$created}
8181
LAST-MODIFIED:{$created}

0 commit comments

Comments
 (0)