-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix #6961 #6971
fix #6961 #6971
Conversation
@@ -21,7 +21,7 @@ protected function _getUrl() | |||
$url = false; | |||
if ($this->getValue()) { | |||
$url = $this->_urlBuilder->getBaseUrl( | |||
\Magento\Framework\UrlInterface::URL_TYPE_MEDIA | |||
'_type' => \Magento\Framework\UrlInterface::URL_TYPE_MEDIA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code is not even syntactically correct: https://travis-ci.org/magento/magento2/jobs/167057903#L825
Did you mean array here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, yes, sorry
@razbakov Thank you for the contribution! |
#6961