Skip to content

Commit 88545d9

Browse files
committed
Fix static test for issue 23984
1 parent 929cfd2 commit 88545d9

File tree

1 file changed

+0
-2
lines changed
  • app/code/Magento/Review/Block/Adminhtml/Rating/Edit/Tab

1 file changed

+0
-2
lines changed

app/code/Magento/Review/Block/Adminhtml/Rating/Edit/Tab/Form.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,6 @@ protected function initFieldset($formId, array $config)
255255
if (!isset($this->fieldset[$formId])) {
256256
if (!$this->getForm()->getElement($formId)) {
257257
$this->fieldset[$formId] = $this->getForm()->addFieldset($formId, $config);
258-
} elseif ($this->getForm()->getElement($formId)) {
259-
//do nothing
260258
}
261259
}
262260
}

0 commit comments

Comments
 (0)