Fixes #7798 : Invalid implementation of IEnumerable in Content Cache
This commit is contained in:
committed by
Sebastiaan Janssen
parent
51d7ce0dc6
commit
ff2027df07
@@ -355,6 +355,7 @@ namespace Umbraco.Web.PublishedCache.NuCache
|
||||
|
||||
private static IEnumerable<IPublishedContent> GetByXPath(XPathNodeIterator iterator)
|
||||
{
|
||||
iterator = iterator.Clone();
|
||||
while (iterator.MoveNext())
|
||||
{
|
||||
var xnav = iterator.Current as NavigableNavigator;
|
||||
|
||||
Reference in New Issue
Block a user