removes a MoveNext() call since we're no longer dealing with xdocuments and instead xelements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user