Skip to content

Commit 1623007

Browse files
⏫ Forwardport of #12515 to 2.3-develop branch
Applied pull request patch https://github.com/magento/magento2/pull/12515.patch (created by @lfluvisotto) based on commit(s): 1. fe9221f 2. a3ed399
1 parent 8e77e2f commit 1623007

File tree

1 file changed

+1
-5
lines changed
  • app/code/Magento/Variable/Block/System/Variable

1 file changed

+1
-5
lines changed

app/code/Magento/Variable/Block/System/Variable/Edit.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,7 @@ protected function _preparelayout()
9090
*/
9191
public function getFormHtml()
9292
{
93-
$formHtml = parent::getFormHtml();
94-
if (!$this->_storeManager->isSingleStoreMode() && $this->getVariable()->getId()) {
95-
$formHtml = $formHtml;
96-
}
97-
return $formHtml;
93+
return parent::getFormHtml();
9894
}
9995

10096
/**

0 commit comments

Comments
 (0)