forked from wallabag/wallabag
fix #1502 avoid duplicate entry and store pocket url in config
This commit is contained in:
committed by
Jeremy Benoist
parent
87f23b005c
commit
dda57bb944
@ -13,6 +13,7 @@ class WallabagImportExtension extends Extension
|
||||
{
|
||||
$configuration = new Configuration();
|
||||
$config = $this->processConfiguration($configuration, $configs);
|
||||
$container->setParameter('wallabag_import.pocket', $config['importers']['pocket_urls']);
|
||||
|
||||
$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
|
||||
$loader->load('services.yml');
|
||||
|
||||
Reference in New Issue
Block a user