Active
Project:
Notifications
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2010 at 15:09 UTC
Updated:
7 Jan 2010 at 15:09 UTC
Please change the line:
147:return $html ? l($term->name, "taxonomy/term/$tid") : check_plain($term->name);
by
return $html ? l($term->name, taxonomy_term_path($term)) : check_plain($term->name);
thanks.