Skip to content

Commit bf86b77

Browse files
ENGCOM-6121: typo error fix #25139
2 parents abb09ee + 3db2e81 commit bf86b77

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogImportExport/Model/Import/Product

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product/Option.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ protected function _parseRequiredData(array $rowData)
16951695
$this->_rowIsMain = false;
16961696
}
16971697

1698-
return [$this->_rowProductId, $this->_rowStoreId, $this->_rowType, $this->_rowIsMain];
1698+
return true;
16991699
}
17001700

17011701
/**

0 commit comments

Comments
 (0)