mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-02 08:56:53 +01:00
CS
This commit is contained in:
parent
0182cdaec4
commit
44560c7767
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user