Download & Extend

Bug in translation with taxonomy_image_tt()

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.

AttachmentSize
taxonomy_image-fixed_term_translation_bug.patch816 bytes

Comments

#1

Status:needs review» fixed

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.

AttachmentSize
taxonomy_image-translation_wrong_parameter_term_TID.patch 1.21 KB

#3

Status:fixed» needs review

#4

Status:needs review» fixed

Thanks. Committed.

#5

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here