Added fix from #7832 since the test was somehow cherry picked into 8.6.1 already

This commit is contained in:
Sebastiaan Janssen
2020-04-16 14:58:36 +02:00
parent eabc9583f0
commit 41f98a41fb

View File

@@ -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;