diff --git a/src/Umbraco.Web/Models/ContentExtensions.cs b/src/Umbraco.Web/Models/ContentExtensions.cs index dc12a90250..97aff5e2d3 100644 --- a/src/Umbraco.Web/Models/ContentExtensions.cs +++ b/src/Umbraco.Web/Models/ContentExtensions.cs @@ -36,7 +36,7 @@ namespace Umbraco.Web.Models /// The content path. /// The request Uri. /// The culture that would be selected to render the content. - public static CultureInfo GetCulture(UmbracoContext umbracoContext, IDomainService domainService, ILocalizationService localizationService, + internal static CultureInfo GetCulture(UmbracoContext umbracoContext, IDomainService domainService, ILocalizationService localizationService, int contentId, string contentPath, Uri current) { var route = umbracoContext.ContentCache.GetRouteById(contentId); // cached