removes a MoveNext() call since we're no longer dealing with xdocuments and instead xelements

This commit is contained in:
Shannon
2014-11-19 11:49:13 +11:00
parent 2850c8aa05
commit 209ccb9ae7

View File

@@ -418,7 +418,6 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
var media = library.GetMedia(parentId, true);
if (media != null && media.Current != null)
{
media.MoveNext();
xpath = media.Current;
}
else