forked from wallabag/wallabag
Entry: add archived_at property and updateArchived method
This commit is contained in:
committed by
Jeremy Benoist
parent
2f3af70e1a
commit
7975395d10
@ -135,7 +135,7 @@ class InstapaperImport extends AbstractImport
|
||||
);
|
||||
}
|
||||
|
||||
$entry->setArchived($importedEntry['is_archived']);
|
||||
$entry->updateArchived($importedEntry['is_archived']);
|
||||
$entry->setStarred($importedEntry['is_starred']);
|
||||
|
||||
$this->em->persist($entry);
|
||||
|
||||
Reference in New Issue
Block a user