Skip to content

Commit fe9221f

Browse files
author
Leandro F. L
committed
The left and the right parts of assignment are equal
1 parent 82caf48 commit fe9221f

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ protected function _preparelayout()
9191
public function getFormHtml()
9292
{
9393
$formHtml = parent::getFormHtml();
94-
if (!$this->_storeManager->isSingleStoreMode() && $this->getVariable()->getId()) {
95-
$formHtml = $formHtml;
96-
}
94+
9795
return $formHtml;
9896
}
9997

0 commit comments

Comments
 (0)