Skip to content

Commit 2305acc

Browse files
authored
Fix typo so that subcategories appear
1 parent b8892f0 commit 2305acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/ViewModel/Product/Breadcrumbs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function getJsonConfigurationHtmlEscaped() : string
105105
[
106106
'breadcrumbs' => [
107107
'categoryUrlSuffix' => $this->escaper->escapeHtml($this->getCategoryUrlSuffix()),
108-
'userCategoryPathInUrl' => (int)$this->isCategoryUsedInProductUrl(),
108+
'useCategoryPathInUrl' => (int)$this->isCategoryUsedInProductUrl(),
109109
'product' => $this->escaper->escapeHtml($this->getProductName())
110110
]
111111
],

0 commit comments

Comments
 (0)