diff --git a/src/Umbraco.Web/Editors/ContentController.cs b/src/Umbraco.Web/Editors/ContentController.cs index 55862d14b8..9f0e350e55 100644 --- a/src/Umbraco.Web/Editors/ContentController.cs +++ b/src/Umbraco.Web/Editors/ContentController.cs @@ -1094,6 +1094,7 @@ namespace Umbraco.Web.Editors //TODO: Deal with multiple cancelations wasCancelled = publishStatus.Any(x => x.Result == PublishResultType.FailedPublishCancelledByEvent); successfulCultures = Array.Empty(); + return publishStatus; } //All variants in this collection should have a culture if we get here! but we'll double check and filter here