Skip to content

Commit cc1f4d9

Browse files
committed
chore: PHP 8.4 fputcsv/fgetcsv enclosure default
1 parent 83a4a41 commit cc1f4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/groups/invite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
* data structure
136136
* data[0] => e-mail address
137137
*/
138-
$data = $fh->fgetcsv(';');
138+
$data = $fh->fgetcsv(';', '"', '\\');
139139

140140
$email = '';
141141
if (isset($data[0])) {

0 commit comments

Comments
 (0)