--- core.php 11 Nov 2007 15:21:54 -0000 1.159 +++ core.php 12 Dec 2007 21:53:08 -0000 @@ -705,7 +705,7 @@ foreach ($links AS $module => $link) { if (strstr($module, 'taxonomy_term')) { // Link back to the forum and not the taxonomy term page - $links[$module]['#href'] = str_replace('taxonomy/term', 'forum', $link['#href']); + $links[$module]['href'] = str_replace('taxonomy/term', 'forum', $link['href']); } } }