diff --git a/src/Umbraco.Web/Editors/ContentPostValidateAttribute.cs b/src/Umbraco.Web/Editors/ContentPostValidateAttribute.cs index b4d9be726a..ec7ff2b109 100644 --- a/src/Umbraco.Web/Editors/ContentPostValidateAttribute.cs +++ b/src/Umbraco.Web/Editors/ContentPostValidateAttribute.cs @@ -63,7 +63,7 @@ namespace Umbraco.Web.Editors switch (contentItem.Action) { case ContentSaveAction.Save: - permissionToCheck = ActionSave.Instance.Letter; + permissionToCheck = ActionUpdate.Instance.Letter; contentToCheck = contentItem.PersistedContent; break; case ContentSaveAction.Publish: