diff --git a/umbraco/cms/businesslogic/CMSNode.cs b/umbraco/cms/businesslogic/CMSNode.cs index 329db1e938..99a7fea62e 100644 --- a/umbraco/cms/businesslogic/CMSNode.cs +++ b/umbraco/cms/businesslogic/CMSNode.cs @@ -474,6 +474,7 @@ order by level,sortOrder"; this.sortOrder = maxSortOrder + 1; } + this.Parent = parent; this.Level = parent.Level + 1; this.Path = parent.Path + "," + this.Id.ToString();