Patch attached: taxonomy_image_tt() is called with a non-existing variable $term.

Comments

nancydru’s picture

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.

thepanz’s picture

This issue is partially fixed: we muse use the correct TID, taken from $tid and not from (not existing object $term) $term->tid.

thepanz’s picture

Status: Fixed » Needs review
nancydru’s picture

Status: Needs review » Fixed

Thanks. Committed.

Status: Fixed » Closed (fixed)

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