From 249a3f3da59cb54ab2db839ca57d3079871377b7 Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Mon, 20 Dec 2010 20:03:07 +0000
Subject: [PATCH] Fix typo.

---
 includes/FeedsImporter.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/includes/FeedsImporter.inc b/includes/FeedsImporter.inc
index d1b2f740..307484fa 100644
--- a/includes/FeedsImporter.inc
+++ b/includes/FeedsImporter.inc
@@ -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']);
        }
      }
    }
-- 
GitLab