Posted by thePanz on March 16, 2009 at 1:02am
| Project: | Taxonomy Image |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Patch attached: taxonomy_image_tt() is called with a non-existing variable $term.
| Attachment | Size |
|---|---|
| taxonomy_image-fixed_term_translation_bug.patch | 816 bytes |
Comments
#1
You 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.
#2
This issue is partially fixed: we muse use the correct TID, taken from $tid and not from (not existing object $term) $term->tid.
#3
#4
Thanks. Committed.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.