Fixed issues where we used the global setting UmbracoPath instead of the constant
This commit is contained in:
@@ -347,7 +347,7 @@ namespace Umbraco.Cms.Web.Common.ModelsBuilder
|
||||
}
|
||||
|
||||
|
||||
public string PureLiveDirectoryAbsolute() => _hostingEnvironment.MapPathContentRoot("~/umbraco/Data/TEMP/PureLive");
|
||||
public string PureLiveDirectoryAbsolute() => _hostingEnvironment.MapPathContentRoot(Core.Constants.SystemDirectories.TempData+"/InMemoryAuto");
|
||||
|
||||
|
||||
// This is NOT thread safe but it is only called from within a lock
|
||||
|
||||
Reference in New Issue
Block a user