From 5ddcf42bc37362d09e0846578b1dcc0104f66bed Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 19 Mar 2015 09:37:39 +0100 Subject: [PATCH] U4-3753 - keep some things internal --- src/Umbraco.Web/Models/ContentExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web/Models/ContentExtensions.cs b/src/Umbraco.Web/Models/ContentExtensions.cs index 4a535bb0e6..ae93f13c7b 100644 --- a/src/Umbraco.Web/Models/ContentExtensions.cs +++ b/src/Umbraco.Web/Models/ContentExtensions.cs @@ -35,7 +35,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, ILocalizationService localizationService, + internal static CultureInfo GetCulture(UmbracoContext umbracoContext, ILocalizationService localizationService, int contentId, string contentPath, Uri current) { var route = umbracoContext.ContentCache.GetRouteById(contentId); // cached