Skip to content

Commit 1dd4e1b

Browse files
committed
Fix static test
1 parent 59dd0db commit 1dd4e1b

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function addButton($buttonId, $data, $level = 0, $sortOrder = 0, $region
107107
if ($this->getRequest()->getParam('popup')) {
108108
$region = 'header';
109109
}
110-
parent::addButton($buttonId, $data, $level, $sortOrder, $region);
110+
return parent::addButton($buttonId, $data, $level, $sortOrder, $region);
111111
}
112112

113113
/**

0 commit comments

Comments
 (0)