We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024384a commit d35b094Copy full SHA for d35b094
app/code/Magento/Backend/Block/Widget/Tabs.php
@@ -117,7 +117,7 @@ public function addTab($tabId, $tab)
117
if (empty($tabId)) {
118
throw new \Exception(__('Please correct the tab configuration and try again. Tab Id should be not empty'));
119
}
120
-
+
121
if (is_array($tab)) {
122
$this->_tabs[$tabId] = new \Magento\Framework\DataObject($tab);
123
} elseif ($tab instanceof \Magento\Framework\DataObject) {
0 commit comments