Skip to content

Commit f301d5f

Browse files
#23533: Static test fix.
1 parent 52b9939 commit f301d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Block/Rss/Category.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function getRssData()
123123
$data = ['title' => $title, 'description' => $title, 'link' => $newUrl, 'charset' => 'UTF-8'];
124124
$attributes = $this->_viewConfig
125125
->getViewConfig()
126-
->getMediaAttributes('Magento_Catalog', $this->imageHelper::MEDIA_TYPE_CONFIG_NODE, 'rss_thumbnail');
126+
->getMediaAttributes('Magento_Catalog', $this->imageHelper::MEDIA_TYPE_CONFIG_NODE, 'rss_thumbnail');
127127
/** @var $product \Magento\Catalog\Model\Product */
128128
foreach ($this->rssModel->getProductCollection($category, $this->getStoreId()) as $product) {
129129
$product->setAllowedInRss(true);

0 commit comments

Comments
 (0)