Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit fe9221f

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • app/code/Magento/Variable/Block/System/Variable

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)