From d2df96e2e00486da28cd768f68429c36fbafd632 Mon Sep 17 00:00:00 2001 From: perploug Date: Thu, 5 Sep 2013 11:13:55 +0200 Subject: [PATCH] Comment outnContentPostValidate as its currently broken --- 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 efe2e678a8..575fee78fa 100644 --- a/src/Umbraco.Web/Editors/ContentController.cs +++ b/src/Umbraco.Web/Editors/ContentController.cs @@ -163,7 +163,7 @@ namespace Umbraco.Web.Editors /// /// [FileUploadCleanupFilter] - [ContentPostValidate] + /*[ContentPostValidate]*/ public ContentItemDisplay PostSave( [ModelBinder(typeof(ContentItemBinder))] ContentItemSave contentItem)