Skip to content

Commit 569c9ff

Browse files
author
Igor Miniailo
committed
Fixed MAGETWO-44773: [Product Video] Delete video button has title 'Delete Image'
Fix static tests
1 parent 2424d1f commit 569c9ff

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Catalog/Model/Product

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Model/Product/Image.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,8 +711,8 @@ public function getUrl()
711711
);
712712
} else {
713713
$url = $this->_storeManager->getStore()->getBaseUrl(
714-
\Magento\Framework\UrlInterface::URL_TYPE_MEDIA
715-
) . $this->_newFile;
714+
\Magento\Framework\UrlInterface::URL_TYPE_MEDIA
715+
) . $this->_newFile;
716716
}
717717

718718
return $url;

0 commit comments

Comments
 (0)