diff --git a/build/NuSpecs/UmbracoCms.Core.nuspec b/build/NuSpecs/UmbracoCms.Core.nuspec index 6852b04510..4fb2d62d9e 100644 --- a/build/NuSpecs/UmbracoCms.Core.nuspec +++ b/build/NuSpecs/UmbracoCms.Core.nuspec @@ -38,6 +38,7 @@ + diff --git a/src/Umbraco.Web/Editors/ContentTypeController.cs b/src/Umbraco.Web/Editors/ContentTypeController.cs index 918aa34e25..b875687dd0 100644 --- a/src/Umbraco.Web/Editors/ContentTypeController.cs +++ b/src/Umbraco.Web/Editors/ContentTypeController.cs @@ -172,7 +172,7 @@ namespace Umbraco.Web.Editors Layout = null; }"; - template.Content = design.Replace("IPublishedContent", contentType.Name.ToSafeAlias(false)); + template.Content = design.Replace("IPublishedContent", contentTypeSave.Name.ToSafeAlias(false)); Services.FileService.SaveTemplate(template); }