Skip to content
Snippets Groups Projects
Commit b5993596 authored by Alex Barth's avatar Alex Barth
Browse files

Pass into map(), not .

parent 9b9bb8d9
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ class FeedsTermProcessor extends FeedsProcessor {
$term = (array) taxonomy_get_term($tid, TRUE);
$term = module_invoke_all('feeds_taxonomy_load', $term);
}
$term = $this->map($item, $term, $source->feed_nid);
$term = $this->map($batch, $term, $source->feed_nid);
// Check if term name is set, otherwise continue.
if (empty($term['name'])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment