Remove all references to SystemDirectories.UmbracoClient - as Umbraco_Client folder no longer exists anymore

This commit is contained in:
Warren Buckley
2018-10-23 10:41:44 +01:00
parent 9438581621
commit d88aab59a1
7 changed files with 3 additions and 10 deletions

View File

@@ -576,7 +576,6 @@ namespace Umbraco.Core.Packaging
{
//this is experimental and undocumented...
path = path.Replace("[$UMBRACO]", SystemDirectories.Umbraco);
path = path.Replace("[$UMBRACOCLIENT]", SystemDirectories.UmbracoClient);
path = path.Replace("[$CONFIG]", SystemDirectories.Config);
path = path.Replace("[$DATA]", SystemDirectories.Data);
}