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
  • Loading branch information
Stanislav Idolov authored Jun 11, 2018
2 parents 05f9392 + 19967c0 commit 49ce545
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 49ce545

Please sign in to comment.