]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ImportBundle/Import/InstapaperImport.php
Imported entries which fail to fetch get standard error body
[github/wallabag/wallabag.git] / src / Wallabag / ImportBundle / Import / InstapaperImport.php
index cf4c785ce8dca325d3ab0b93a07a3b7e09b484bc..146a8c7c49f003724f50869e32f725e5b11366ba 100644 (file)
@@ -76,6 +76,7 @@ class InstapaperImport extends AbstractImport
                 'is_starred' => $data[3] === 'Starred',
                 'content_type' => '',
                 'language' => '',
+                'html' => false,
             ];
         }
         fclose($handle);