X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FImportBundle%2FImport%2FInstapaperImport.php;fp=src%2FWallabag%2FImportBundle%2FImport%2FInstapaperImport.php;h=a12af75829a8db6c345e0740f31cb5e8efdf8094;hb=963b87362624a39f5443b31a6b3591d70c63493b;hp=e113ba00824a75c07f07f142fea311a415a07c34;hpb=9666fb70fc23f273d137d8d3300c60e24789c73b;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/ImportBundle/Import/InstapaperImport.php b/src/Wallabag/ImportBundle/Import/InstapaperImport.php index e113ba00..a12af758 100644 --- a/src/Wallabag/ImportBundle/Import/InstapaperImport.php +++ b/src/Wallabag/ImportBundle/Import/InstapaperImport.php @@ -62,7 +62,7 @@ class InstapaperImport extends AbstractImport } $entries = []; - $handle = fopen($this->filepath, 'rb'); + $handle = fopen($this->filepath, 'r'); while (false !== ($data = fgetcsv($handle, 10240))) { if ('URL' === $data[0]) { continue;