Skip to content

Commit 4e40437

Browse files
author
Stanislav Idolov
authored
ENGCOM-2816: Fix #17579 Typo in Gallery.php #17659
2 parents 4d267a5 + f99e266 commit 4e40437

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Block/Adminhtml/Product/Helper/Form/Gallery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function getContentHtml()
117117
$content->setId($this->getHtmlId() . '_content')->setElement($this);
118118
$content->setFormName($this->formName);
119119
$galleryJs = $content->getJsObjectName();
120-
$content->getUploader()->getConfig()->setMegiaGallery($galleryJs);
120+
$content->getUploader()->getConfig()->setMediaGallery($galleryJs);
121121
return $content->toHtml();
122122
}
123123

0 commit comments

Comments
 (0)