Skip to content

Commit 46c51ba

Browse files
committed
RSS model fix
1 parent 7e17d20 commit 46c51ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Rss/Model/Rss.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function createRssXml()
108108
);
109109

110110
return $feed->getFormattedContentAs(
111-
FeedInterface::FORMAT_RSS
111+
FeedInterface::FORMAT_XML
112112
);
113113
}
114114
}

0 commit comments

Comments
 (0)