Skip to content
Snippets Groups Projects
Commit 249a3f3d authored by Alex Barth's avatar Alex Barth
Browse files

Fix typo.

parent e872293e
No related branches found
No related tags found
No related merge requests found
......@@ -204,8 +204,8 @@ class FeedsImporter extends FeedsConfigurable {
// Instantiate new fetcher, parser and processor and initialize their
// configurations.
foreach ($this->plugin_types as $plugin_type) {
$this->setPlugin($importer->config[$plugin_type]['plugin_key']);
$this->$plugin_type->setConfig($importer->config[$plugin_type]['config']);
$this->setPlugin($configurable->config[$plugin_type]['plugin_key']);
$this->$plugin_type->setConfig($configurable->config[$plugin_type]['config']);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment