Skip to content

Commit

Permalink
ENGCOM-1933: [Forwardport]No need to pass method parameter as method …
Browse files Browse the repository at this point in the history
…definition does not requir… #15948

 - Merge Pull Request #15948 from saurabh-aureate/magento2:2.3-develop-PR-port-15891
 - Merged commits:
   1. f752b9e
  • Loading branch information
magento-engcom-team committed Jun 11, 2018
2 parents 33393e2 + f752b9e commit 19967c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/UrlRewrite/Block/Catalog/Product/Edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ protected function _prepareLayoutFeatures()
}

if ($this->_getProduct()->getId()) {
$this->_addProductLinkBlock($this->_getProduct());
$this->_addProductLinkBlock();
}

if ($this->_getCategory()->getId()) {
Expand Down

0 comments on commit 19967c0

Please sign in to comment.