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)