Skip to content

Commit 19967c0

Browse files
ENGCOM-1933: [Forwardport]No need to pass method parameter as method definition does not requir… #15948
- Merge Pull Request #15948 from saurabh-aureate/magento2:2.3-develop-PR-port-15891 - Merged commits: 1. f752b9e
2 parents 33393e2 + f752b9e commit 19967c0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/UrlRewrite/Block/Catalog/Product/Edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ protected function _prepareLayoutFeatures()
5555
}
5656

5757
if ($this->_getProduct()->getId()) {
58-
$this->_addProductLinkBlock($this->_getProduct());
58+
$this->_addProductLinkBlock();
5959
}
6060

6161
if ($this->_getCategory()->getId()) {

0 commit comments

Comments
 (0)