Skip to content

Commit 9c0ca37

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ public function getRssData()
121121
$newUrl = $category->getUrl();
122122
$title = $category->getName();
123123
$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');
124+
$attributes = $this->_viewConfig
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)