aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/InstapaperImport.php
diff options
context:
space:
mode:
authorJerome Charaoui <jerome@riseup.net>2016-12-02 23:55:30 -0500
committerJerome Charaoui <jerome@riseup.net>2016-12-03 00:12:20 -0500
commit3cd6da0b749bd136758add109ed30531be224f4a (patch)
treef6ec14aa75e7a91d4a590cf542a797c196e367cd /src/Wallabag/ImportBundle/Import/InstapaperImport.php
parente858018fdd82b26bfef00e92398ce7462264c4c4 (diff)
downloadwallabag-3cd6da0b749bd136758add109ed30531be224f4a.tar.gz
wallabag-3cd6da0b749bd136758add109ed30531be224f4a.tar.zst
wallabag-3cd6da0b749bd136758add109ed30531be224f4a.zip
Allow fetching content on all import types
For better consistency, allow all types of imported entries to update, which was already the case for Firefox and Chrome.
Diffstat (limited to 'src/Wallabag/ImportBundle/Import/InstapaperImport.php')
-rw-r--r--src/Wallabag/ImportBundle/Import/InstapaperImport.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Wallabag/ImportBundle/Import/InstapaperImport.php b/src/Wallabag/ImportBundle/Import/InstapaperImport.php
index 146a8c7c..70a53f1a 100644
--- a/src/Wallabag/ImportBundle/Import/InstapaperImport.php
+++ b/src/Wallabag/ImportBundle/Import/InstapaperImport.php
@@ -74,8 +74,6 @@ class InstapaperImport extends AbstractImport
74 'status' => $data[3], 74 'status' => $data[3],
75 'is_archived' => $data[3] === 'Archive' || $data[3] === 'Starred', 75 'is_archived' => $data[3] === 'Archive' || $data[3] === 'Starred',
76 'is_starred' => $data[3] === 'Starred', 76 'is_starred' => $data[3] === 'Starred',
77 'content_type' => '',
78 'language' => '',
79 'html' => false, 77 'html' => false,
80 ]; 78 ];
81 } 79 }