The $term object passed to taxonomy_redirect_term_path() isn't the full term object; it's just tid and vid. So replacing !name with $term->name doesn't work. Adding a taxonomy_get_term() call fixes this, but I suppose it might be a bit of a drag on pages with a lot of links.

Comments

agileware’s picture

Status: Needs review » Fixed

This is tested in 6.x-1.1 and the object is passed through so !name is working.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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