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 c4906f1 commit 04d3451Copy full SHA for 04d3451
app/code/Magento/Catalog/Block/Rss/Category.php
@@ -122,8 +122,8 @@ public function getRssData()
122
$title = $category->getName();
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');
+ ->getViewConfig()
+ ->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