forked from wallabag/wallabag
Add controller test for Instapaper
This commit is contained in:
committed by
Nicolas Lœuillet
parent
ff1a5362f7
commit
c7ea9b41f3
@ -80,6 +80,12 @@ class InstapaperImport extends AbstractImport
|
||||
}
|
||||
fclose($handle);
|
||||
|
||||
if (empty($entries)) {
|
||||
$this->logger->error('InstapaperImport: no entries in imported file');
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
if ($this->producer) {
|
||||
$this->parseEntriesForProducer($entries);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user