Skip to content

Commit ce1e213

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

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], ",", '"', "\\", "\n");
122+
fputcsv($fp, [$path, $mtime], ",", '"', "\\");
123123
}
124124
}
125125
}

0 commit comments

Comments
 (0)