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.
2 parents 4d267a5 + f99e266 commit 4e40437Copy full SHA for 4e40437
app/code/Magento/Catalog/Block/Adminhtml/Product/Helper/Form/Gallery.php
@@ -117,7 +117,7 @@ public function getContentHtml()
117
$content->setId($this->getHtmlId() . '_content')->setElement($this);
118
$content->setFormName($this->formName);
119
$galleryJs = $content->getJsObjectName();
120
- $content->getUploader()->getConfig()->setMegiaGallery($galleryJs);
+ $content->getUploader()->getConfig()->setMediaGallery($galleryJs);
121
return $content->toHtml();
122
}
123
0 commit comments