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 073f227 commit d805baeCopy full SHA for d805bae
app/code/Magento/Catalog/Block/Adminhtml/Product/Helper/Form/Image.php
@@ -21,7 +21,7 @@ protected function _getUrl()
21
$url = false;
22
if ($this->getValue()) {
23
$url = $this->_urlBuilder->getBaseUrl(
24
- \Magento\Framework\UrlInterface::URL_TYPE_MEDIA
+ '_type' => \Magento\Framework\UrlInterface::URL_TYPE_MEDIA
25
) . 'catalog/product/' . $this->getValue();
26
}
27
return $url;
0 commit comments