Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey Razbakov authored Oct 13, 2016
1 parent d805bae commit cfbe0a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ protected function _getUrl()
$url = false;
if ($this->getValue()) {
$url = $this->_urlBuilder->getBaseUrl(
'_type' => \Magento\Framework\UrlInterface::URL_TYPE_MEDIA
['_type' => \Magento\Framework\UrlInterface::URL_TYPE_MEDIA]
) . 'catalog/product/' . $this->getValue();
}
return $url;
Expand Down

0 comments on commit cfbe0a6

Please sign in to comment.