Closed (fixed)
Project:
FeedAPI Taxonomy Compare
Version:
6.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
20 Jan 2009 at 21:41 UTC
Updated:
4 Feb 2009 at 01:00 UTC
warning: Invalid argument supplied for foreach() infeedapi_taxonomy_compare/feedapi_taxonomy_compare.module on line 103.
foreach ($vocabs_compare as $vid => $enabled) {
if ($enabled) {
if ($vid == $term_found->vid) {
//save nid and term object in array to save later
$terms_keep[] = $term_found;
$terms_remove[] = $term;
}
}
Comments
Comment #1
indytechcook commentedThanks. I'll post a fix tonight.
Comment #2
indytechcook commentedkenorb, Did you have any vocabularies selected on admin/settings/feedapi_taxonomy_compare_settings?
Comment #3
indytechcook commentedThis should be fixed in version 1.2 Please let me know if it is not.