*************** class FeedsNodeProcessor extends FeedsPr *** 69,80 **** // Execute mappings from $item to $node. $this->map($item, $node); - // Add attributes inherited from the source feed node to the node. - if ($source->feed_nid) { - $feed_node = node_load($source->feed_nid); - $this->inherit($feed_node, $node); - } - // Save the node. node_save($node); } --- 69,74 ---- // Execute mappings from $item to $node. $this->map($item, $node); // Save the node. node_save($node); }