Closed (fixed)
Project:
Taxonomy Image
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2009 at 01:02 UTC
Updated:
2 Apr 2009 at 13:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
nancydruYou are correct that $term does not exist, but there is no need to get it, the object is called $current. Thank you for the patch.
Comment #2
thepanz commentedThis issue is partially fixed: we muse use the correct TID, taken from $tid and not from (not existing object $term) $term->tid.
Comment #3
thepanz commentedComment #4
nancydruThanks. Committed.