forked from wallabag/wallabag
Add Instapaper import
Also update ImportController with latest import (chrome, firefox & instapaper).
This commit is contained in:
committed by
Nicolas Lœuillet
parent
55345331c4
commit
ff1a5362f7
@ -106,6 +106,10 @@ abstract class AbstractImport implements ImportInterface
|
||||
$i = 1;
|
||||
|
||||
foreach ($entries as $importedEntry) {
|
||||
if ($this->markAsRead) {
|
||||
$importedEntry = $this->setEntryAsRead($importedEntry);
|
||||
}
|
||||
|
||||
$entry = $this->parseEntry($importedEntry);
|
||||
|
||||
if (null === $entry) {
|
||||
|
||||
Reference in New Issue
Block a user