]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ImportBundle/Import/InstapaperImport.php
Allow fetching content on all import types
[github/wallabag/wallabag.git] / src / Wallabag / ImportBundle / Import / InstapaperImport.php
index 146a8c7c49f003724f50869e32f725e5b11366ba..70a53f1af5309e64f1734ede1eb8686facc88b84 100644 (file)
@@ -74,8 +74,6 @@ class InstapaperImport extends AbstractImport
                 'status' => $data[3],
                 'is_archived' => $data[3] === 'Archive' || $data[3] === 'Starred',
                 'is_starred' => $data[3] === 'Starred',
-                'content_type' => '',
-                'language' => '',
                 'html' => false,
             ];
         }