Patch attached: taxonomy_image_tt() is called with a non-existing variable $term.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | taxonomy_image-translation_wrong_parameter_term_TID.patch | 1.21 KB | thepanz |
| taxonomy_image-fixed_term_translation_bug.patch | 816 bytes | thepanz |
Patch attached: taxonomy_image_tt() is called with a non-existing variable $term.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | taxonomy_image-translation_wrong_parameter_term_TID.patch | 1.21 KB | thepanz |
| taxonomy_image-fixed_term_translation_bug.patch | 816 bytes | thepanz |
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.