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 9f6e51d commit a22d223Copy full SHA for a22d223
app/code/Magento/CatalogImportExport/Model/Import/Product/MediaGalleryProcessor.php
@@ -110,7 +110,7 @@ public function saveMediaGallery(array $mediaGalleryData)
110
{
111
$this->initMediaGalleryResources();
112
$mediaGalleryData = $this->restoreDisabledImage($mediaGalleryData);
113
- $mediaGalleryDataGlobal = array_merge(...$mediaGalleryData);
+ $mediaGalleryDataGlobal = array_replace_recursive(...$mediaGalleryData);
114
$imageNames = [];
115
$multiInsertData = [];
116
$valueToProductId = [];
0 commit comments