diff --git a/plugins/finder/categories/categories.php b/plugins/finder/categories/categories.php index 996306f7a2acb..d4d658f8c1e4a 100644 --- a/plugins/finder/categories/categories.php +++ b/plugins/finder/categories/categories.php @@ -301,7 +301,7 @@ protected function index(FinderIndexerResult $item, $format = 'html') } else { - $item->route = ContentHelperRoute::getCategoryRoute($item->slug, $item->catid); + $item->route = ContentHelperRoute::getCategoryRoute($item->id, $item->language); } $item->path = FinderIndexerHelper::getContentPath($item->route);