Use the newly cached RSS feed as the source for the widget as well

This commit is contained in:
Sebastiaan Janssen
2013-08-04 09:57:53 +02:00
parent 3383226cdd
commit 05a13a5fed
+1 -1
View File
@@ -17,7 +17,7 @@
<xsl:template match="/">
<xsl:variable name="maxItems" select="/macro/maxItems" />
<xsl:variable name="feedcache" select="document('../umbraco/plugins/FergusonMoriyama/FeedCache/communityblogs.xml')"/>
<xsl:variable name="feedcache" select="document('../App_Data/communityblogs.xml')"/>
<xsl:variable name="blogs" select="$feedcache">