Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 4891e19

Browse files
committed
Bugfix: wrong name of the file handler and variable
1 parent 7cbb212 commit 4891e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IdpListsServiceCsv.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ function whitelistIdp($entityID, $reason = null)
155155
rewind($gf);
156156

157157
foreach ($greylist as $idp) {
158-
fputcsv($wf, array_values($idp['timestamp']));
158+
fputcsv($gf, array_values($idp));
159159
}
160160

161161
fflush($wf);

0 commit comments

Comments
 (0)