forked from wallabag/wallabag
Fix status from Instapaper
That status was used as `http_status` in ContentProxy->stockEntry
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user