diff --git a/src/Umbraco.Web/UmbracoContext.cs b/src/Umbraco.Web/UmbracoContext.cs index 1961a98ce6..09c9a2a8eb 100644 --- a/src/Umbraco.Web/UmbracoContext.cs +++ b/src/Umbraco.Web/UmbracoContext.cs @@ -111,7 +111,7 @@ namespace Umbraco.Web return EnsureContext( Composing.Current.UmbracoContextAccessor, httpContext, - null, + Composing.Current.PublishedSnapshotService, new WebSecurity(httpContext, Composing.Current.Services.UserService, UmbracoConfig.For.GlobalSettings()), UmbracoConfig.For.UmbracoSettings(), Composing.Current.UrlProviders,