mirror of
https://github.com/wallabag/wallabag.git
synced 2025-04-08 03:00:53 +00:00
CS
This commit is contained in:
parent
0182cdaec4
commit
44560c7767
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue