forked from wallabag/wallabag
CS
This commit is contained in:
@ -62,7 +62,7 @@ class InstapaperImport extends AbstractImport
|
|||||||
}
|
}
|
||||||
|
|
||||||
$entries = [];
|
$entries = [];
|
||||||
$handle = fopen($this->filepath, 'r');
|
$handle = fopen($this->filepath, 'rb');
|
||||||
while (false !== ($data = fgetcsv($handle, 10240))) {
|
while (false !== ($data = fgetcsv($handle, 10240))) {
|
||||||
if ('URL' === $data[0]) {
|
if ('URL' === $data[0]) {
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user