Merge branch 'dev-v7' into 7.3.0

Conflicts:
	src/Umbraco.Web/Models/ContentExtensions.cs
This commit is contained in:
Stephan
2015-03-19 09:39:31 +01:00

View File

@@ -36,7 +36,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, 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