mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-06 05:52:23 +00:00
Fix status from Instapaper
That status was used as `http_status` in ContentProxy->stockEntry
This commit is contained in:
parent
50f35f0db2
commit
2491c50b6b
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ class InstapaperImport extends AbstractImport
|
||||||
$entries[] = [
|
$entries[] = [
|
||||||
'url' => $data[0],
|
'url' => $data[0],
|
||||||
'title' => $data[1],
|
'title' => $data[1],
|
||||||
'status' => $data[3],
|
|
||||||
'is_archived' => 'Archive' === $data[3] || 'Starred' === $data[3],
|
'is_archived' => 'Archive' === $data[3] || 'Starred' === $data[3],
|
||||||
'is_starred' => 'Starred' === $data[3],
|
'is_starred' => 'Starred' === $data[3],
|
||||||
'html' => false,
|
'html' => false,
|
||||||
|
|
Loading…
Reference in a new issue