Skip to content

Commit 198aa06

Browse files
ENGCOM-1932: [Backport]No need to pass method parameter as method definition does not requir… #15949
- Merge Pull Request #15949 from saurabh-aureate/magento2:2.1-develop-PR-port-15891 - Merged commits: 1. 063840f
2 parents 08ec01b + 063840f commit 198aa06

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)