U4-3753 - keep some things internal

This commit is contained in:
Stephan
2015-03-19 09:37:39 +01:00
parent af112f6b20
commit 5ddcf42bc3

View File

@@ -35,7 +35,7 @@ namespace Umbraco.Web.Models
/// <param name="contentPath">The content path.</param>
/// <param name="current">The request Uri.</param>
/// <returns>The culture that would be selected to render the content.</returns>
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