Fix bad merge

This commit is contained in:
Sebastiaan Janssen
2013-04-17 06:36:40 -02:00
parent 9137ce7cf4
commit b40619634d

View File

@@ -1005,10 +1005,6 @@ namespace umbraco.MacroEngines
ancestors.Add(content);
}
ancestors.Reverse();
return new DynamicNodeList(ancestors);
}
ancestors.Reverse();
return new DynamicNodeList(ancestors);
}