Skip to content

Commit

Permalink
Fix typo so that subcategories appear
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamaha32088 authored Dec 14, 2018
1 parent b8892f0 commit 2305acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Catalog/ViewModel/Product/Breadcrumbs.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function getJsonConfigurationHtmlEscaped() : string
[
'breadcrumbs' => [
'categoryUrlSuffix' => $this->escaper->escapeHtml($this->getCategoryUrlSuffix()),
'userCategoryPathInUrl' => (int)$this->isCategoryUsedInProductUrl(),
'useCategoryPathInUrl' => (int)$this->isCategoryUsedInProductUrl(),
'product' => $this->escaper->escapeHtml($this->getProductName())
]
],
Expand Down

0 comments on commit 2305acc

Please sign in to comment.