Skip to content

Commit

Permalink
⏫ Forwardport of #12515 to 2.3-develop branch
Browse files Browse the repository at this point in the history
Applied pull request patch https://github.com/magento/magento2/pull/12515.patch (created by @lfluvisotto) based on commit(s):
  1. fe9221f
  2. a3ed399
  • Loading branch information
magento-engcom-team committed Jan 24, 2018
1 parent 8e77e2f commit 1623007
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/code/Magento/Variable/Block/System/Variable/Edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,7 @@ protected function _preparelayout()
*/
public function getFormHtml()
{
$formHtml = parent::getFormHtml();
if (!$this->_storeManager->isSingleStoreMode() && $this->getVariable()->getId()) {
$formHtml = $formHtml;
}
return $formHtml;
return parent::getFormHtml();
}

/**
Expand Down

0 comments on commit 1623007

Please sign in to comment.