diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/Trees/FileSystemTree.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/Trees/FileSystemTree.cs index aed6009d86..06a5863da3 100644 --- a/src/Umbraco.Web/umbraco.presentation/umbraco/Trees/FileSystemTree.cs +++ b/src/Umbraco.Web/umbraco.presentation/umbraco/Trees/FileSystemTree.cs @@ -42,8 +42,7 @@ namespace umbraco.cms.presentation.Trees if (!string.IsNullOrEmpty(this.NodeKey)) { orgPath = this.NodeKey; - path = IOHelper.MapPath(FilePath + orgPath); - orgPath += "/"; + path = IOHelper.MapPath(FilePath+ "/" + orgPath + "/"); } else {