Closed (fixed)
Project:
Custom Breadcrumbs
Version:
6.x-2.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 May 2010 at 12:04 UTC
Updated:
3 Jun 2010 at 14:40 UTC
Hi,
This was fixed before but the bug is back again.
inside file : custom_breadcrumbs/custom_breadcrumbs_taxonomy/custom_breadcrumbs_taxonomy.inc
function _custom_breadcrumbs_taxonomy_vocabulary_trail($vid, $is_term_page = FALSE, $objs = array(), $types = array('global' => NULL), $part = 1) {
line 326 should become:
$title = _custom_breadcrumbs_taxonomy_tt("taxonomy:vocabulary:$vid:name", $vocabulary->name);
It is the vocab translation which is required! so $vid:name
Please apply this fix again.
----------------------------
JGO | http://www.e2s.be
----------------------------
Comments
Comment #1
MGN commentedThanks for catching this! Looks like that line was inadvertently modified in 1.1.2.13. I've committed the fix to cvs. http://drupal.org/cvs?commit=369542
Comment #2
JGO commentedOk nice, thanks :)