Remove all references to SystemDirectories.UmbracoClient - as Umbraco_Client folder no longer exists anymore
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user