From 15904439d4df3809522ec7e02150a860449b8f2d Mon Sep 17 00:00:00 2001
From: young hahn <yhahn@264833.no-reply.drupal.org>
Date: Fri, 29 Oct 2010 21:19:06 +0000
Subject: [PATCH] Add vocabulary_machine_name attribute to term objects in
 FeedsTermProcessor.

---
 plugins/FeedsTermProcessor.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/FeedsTermProcessor.inc b/plugins/FeedsTermProcessor.inc
index 4a90fcda..c81d6342 100644
--- a/plugins/FeedsTermProcessor.inc
+++ b/plugins/FeedsTermProcessor.inc
@@ -33,6 +33,7 @@ class FeedsTermProcessor extends FeedsProcessor {
     $vocabulary = $this->vocabulary();
     $term = new stdClass();
     $term->vid = $vocabulary->vid;
+    $term->vocabulary_machine_name = $vocabulary->machine_name;
     return $term;
   }
 
-- 
GitLab