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 52b9939 commit f301d5fCopy full SHA for f301d5f
app/code/Magento/Catalog/Block/Rss/Category.php
@@ -123,7 +123,7 @@ public function getRssData()
123
$data = ['title' => $title, 'description' => $title, 'link' => $newUrl, 'charset' => 'UTF-8'];
124
$attributes = $this->_viewConfig
125
->getViewConfig()
126
- ->getMediaAttributes('Magento_Catalog', $this->imageHelper::MEDIA_TYPE_CONFIG_NODE, 'rss_thumbnail');
+ ->getMediaAttributes('Magento_Catalog', $this->imageHelper::MEDIA_TYPE_CONFIG_NODE, 'rss_thumbnail');
127
/** @var $product \Magento\Catalog\Model\Product */
128
foreach ($this->rssModel->getProductCollection($category, $this->getStoreId()) as $product) {
129
$product->setAllowedInRss(true);
0 commit comments