Skip to content

Commit 10938fb

Browse files
committed
Fix. FileStorage. Editing the use of arguments in fputcsv()
1 parent 578bb77 commit 10938fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/CleantalkSP/SpbctWP/FSWatcher/Storage/FileStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public static function writeJournal($iterator, $extensions_to_watch, $exclude_di
119119
}
120120
}
121121

122-
fputcsv($fp, [$path, $mtime]);
122+
fputcsv($fp, [$path, $mtime], ",", '"', "\\", "\n");
123123
}
124124
}
125125
}

0 commit comments

Comments
 (0)