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