1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00
This commit is contained in:
Jeremy Benoist 2016-11-03 18:01:25 +01:00
parent 864c1dd23a
commit 001cc7168a
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
7 changed files with 6 additions and 29 deletions

View file

@ -56,13 +56,8 @@ class ImportCommand extends ContainerAwareCommand
case 'instapaper':
$import = $this->getContainer()->get('wallabag_import.instapaper.import');
break;
case 'instapaper':
$wallabag = $this->getContainer()->get('wallabag_import.instapaper.import');
break;
case 'v1':
default:
$import = $this->getContainer()->get('wallabag_import.wallabag_v1.import');
break;
}
$import->setMarkAsRead($input->getOption('markAsRead'));