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
@ -133,7 +133,7 @@ abstract class BrowserImport extends AbstractImport
|
||||
);
|
||||
}
|
||||
|
||||
$entry->setArchived($data['is_archived']);
|
||||
$entry->updateArchived($data['is_archived']);
|
||||
|
||||
if (!empty($data['created_at'])) {
|
||||
$dt = new \DateTime();
|
||||
|
||||
Reference in New Issue
Block a user