Fix status from Instapaper

That status was used as `http_status` in ContentProxy->stockEntry
This commit is contained in:
Jeremy Benoist 2019-01-19 22:24:52 +01:00
parent 50f35f0db2
commit 2491c50b6b
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -79,7 +79,6 @@ class InstapaperImport extends AbstractImport
$entries[] = [
'url' => $data[0],
'title' => $data[1],
'status' => $data[3],
'is_archived' => 'Archive' === $data[3] || 'Starred' === $data[3],
'is_starred' => 'Starred' === $data[3],
'html' => false,