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 2b24aa3 + cfbe0a6 commit 75806e3Copy full SHA for 75806e3
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