From 1a38e3ccb9668d53f9ea16d2ccdcf84c5a4aaa76 Mon Sep 17 00:00:00 2001 From: Tim Geyssens Date: Thu, 19 Sep 2013 13:00:56 +0200 Subject: [PATCH] Oops didn't want to commit this file in preview commit --- src/Umbraco.Web/Editors/ContentController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)