Default value of custom_breadcrumbs_taxonomy_show_current_term variable is FALSE (look at settings page in custom_breadcrumbs_taxonomy.module - line 341) but inside custom_breadcrumbs_taxonomy.inc - line 258 this variable get default value TRUE, which lead to showing current taxonomy term in breadcrumb trail on the taxonomy term page just after installation. This is quite strange for admins since this option is switched off on settings page. I'am ataching the patch.

Comments

kndr’s picture

Title: Wrong default value of custom_breadcrumbs_taxonomy_show_current_term variable » Wrong default value of custom_breadcrumbs_taxonomy_show_current_term_term variable

My mistake in description and title. It is about custom_breadcrumbs_taxonomy_show_current_term_term variable.

MGN’s picture

Status: Needs review » Fixed

Thanks for the patch. This fix has now been committed to 6.x-2.x-dev.

Status: Fixed » Closed (fixed)

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