diff --git a/uc_catalog/uc_catalog.module b/uc_catalog/uc_catalog.module index 2980073..9c94e8b 100644 --- a/uc_catalog/uc_catalog.module +++ b/uc_catalog/uc_catalog.module @@ -497,7 +497,7 @@ function _uc_catalog_navigation($branch) { if ((arg(0) == 'node' && array_key_exists($branch->tid, $terms))) { $inpath = FALSE; foreach ($breadcrumb as $link) { - if (strpos($link, drupal_get_path_alias($branch_path)) !== FALSE) { + if (strpos(urldecode($link), drupal_get_path_alias($branch_path)) !== FALSE) { $inpath = TRUE; } }