Skip to content

Commit 04d3451

Browse files
authored
#23533: Fixed static tests
1 parent c4906f1 commit 04d3451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ public function getRssData()
122122
$title = $category->getName();
123123
$data = ['title' => $title, 'description' => $title, 'link' => $newUrl, 'charset' => 'UTF-8'];
124124
$attributes = $this->_viewConfig
125-
->getViewConfig()
126-
->getMediaAttributes('Magento_Catalog', $this->imageHelper::MEDIA_TYPE_CONFIG_NODE, 'rss_thumbnail');
125+
->getViewConfig()
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)