diff --git a/src/Umbraco.Web/Editors/ContentController.cs b/src/Umbraco.Web/Editors/ContentController.cs index 3b0b4118ec..8291c5cc2d 100644 --- a/src/Umbraco.Web/Editors/ContentController.cs +++ b/src/Umbraco.Web/Editors/ContentController.cs @@ -166,7 +166,7 @@ namespace Umbraco.Web.Editors /// /// [FileUploadCleanupFilter] - //[ContentPostValidate] + [ContentPostValidate] public ContentItemDisplay PostSave( [ModelBinder(typeof(ContentItemBinder))] ContentItemSave contentItem)