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

MGN’s picture

Status: Active » Fixed

Thanks 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

JGO’s picture

Ok nice, thanks :)

Status: Fixed » Closed (fixed)

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