Skip to content

Commit f948084

Browse files
ENGCOM-8273: remove spaces caused patching problem in Product/View #30198
- Merge Pull Request #30198 from ilnytskyi/magento2:patch-1 - Merged commits: 1. eac6ba2
2 parents 68c903f + eac6ba2 commit f948084

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Helper/Product

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Helper/Product/View.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public function initProductLayout(ResultPage $resultPage, $product, $params = nu
193193
$resultPage->addPageLayoutHandles(['id' => $product->getId(), 'sku' => $urlSafeSku], $handle);
194194
}
195195
}
196-
196+
197197
$resultPage->addPageLayoutHandles(['type' => $product->getTypeId()], null, false);
198198
$resultPage->addPageLayoutHandles(['id' => $product->getId(), 'sku' => $urlSafeSku]);
199199

0 commit comments

Comments
 (0)