This commit is contained in:
Jeremy Benoist 2019-02-13 14:06:57 +01:00
parent 0182cdaec4
commit 44560c7767
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -62,7 +62,7 @@ class InstapaperImport extends AbstractImport
}
$entries = [];
$handle = fopen($this->filepath, 'r');
$handle = fopen($this->filepath, 'rb');
while (false !== ($data = fgetcsv($handle, 10240))) {
if ('URL' === $data[0]) {
continue;