Aligned property names in code with those in configuration.
This commit is contained in:
@@ -77,7 +77,7 @@ namespace Umbraco.Web.BackOffice.Controllers
|
||||
}
|
||||
|
||||
var viewPath = Path.Combine(
|
||||
_globalSettings.UmbracoPath,
|
||||
_globalSettings.Path,
|
||||
Constants.Web.Mvc.BackOfficeArea,
|
||||
ControllerExtensions.GetControllerName<PreviewController>() + ".cshtml")
|
||||
.Replace("\\", "/"); // convert to forward slashes since it's a virtual path
|
||||
|
||||
Reference in New Issue
Block a user