File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,9 @@ public function getRssData()
121
121
$ newUrl = $ category ->getUrl ();
122
122
$ title = $ category ->getName ();
123
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 ' );
124
+ $ attributes = $ this ->_viewConfig
125
+ ->getViewConfig ()
126
+ ->getMediaAttributes ('Magento_Catalog ' , $ this ->imageHelper ::MEDIA_TYPE_CONFIG_NODE , 'rss_thumbnail ' );
127
127
/** @var $product \Magento\Catalog\Model\Product */
128
128
foreach ($ this ->rssModel ->getProductCollection ($ category , $ this ->getStoreId ()) as $ product ) {
129
129
$ product ->setAllowedInRss (true );
You can’t perform that action at this time.
0 commit comments