Skip to content

Commit

Permalink
ENGCOM-1932: [Backport]No need to pass method parameter as method def…
Browse files Browse the repository at this point in the history
…inition does not requir… #15949
  • Loading branch information
Stanislav Idolov authored Jun 11, 2018
2 parents a7696f9 + 198aa06 commit e3df7d5
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 e3df7d5

Please sign in to comment.