Fixes 27495

[TFS Changeset #68655]
This commit is contained in:
hartvig
2010-06-14 23:42:59 +00:00
parent 8c612abcde
commit 63e885fa77

View File

@@ -43,7 +43,8 @@ namespace umbraco
// Loop through XML children we need to find the fields recursive
if(helper.FindAttribute(attributes, "recursive") == "true")
{
XmlDocument umbracoXML = content.Instance.XmlContent;
XmlDocument umbracoXML = presentation.UmbracoContext.Current.GetXml();
String[] splitpath = (String[]) elements["splitpath"];
for(int i = 0; i < splitpath.Length - 1; i++)