Skip to content

Commit eac6ba2

Browse files
authored
remove spaces caused patching problem in Product/View
It was impossible to apply patch to this file because whitespaces
1 parent ae30d5e commit eac6ba2

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)