diff --git a/feeds.rules.inc b/feeds.rules.inc
index e5bd892d840e7e72730154c7b2e8b8e9a3cece84..dce753a4001476642349f0e593c417b8d5a2d4cc 100644
--- a/feeds.rules.inc
+++ b/feeds.rules.inc
@@ -52,8 +52,7 @@ function feeds_rules_event_info() {
     );
     // Add bundle information if the node processor is used.
     if ($processor instanceof FeedsNodeProcessor) {
-      $config = $processor->getConfig();
-      $info['feeds_import_'. $importer->id]['variables'][$entity_type]['bundle'] = $config['bundle'];
+      $info['feeds_import_'. $importer->id]['variables'][$entity_type]['bundle'] = $processor->bundle();
     }
   }
   return $info;