diff --git a/feeds.rules.inc b/feeds.rules.inc
index 45f414c16581f5e8b24742a66835d6dc89fc8988..e5bd892d840e7e72730154c7b2e8b8e9a3cece84 100644
--- a/feeds.rules.inc
+++ b/feeds.rules.inc
@@ -53,7 +53,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['content_type'];
+      $info['feeds_import_'. $importer->id]['variables'][$entity_type]['bundle'] = $config['bundle'];
     }
   }
   return $info;