IPublishedContent.UrlSegment

This commit is contained in:
Stephan
2018-04-28 16:35:33 +02:00
parent ce8775b3e7
commit 6959e595f5
16 changed files with 19 additions and 19 deletions

View File

@@ -266,7 +266,7 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
while (hasDomains == false && n != null) // n is null at root
{
// get the url
var urlName = n.UrlName;
var urlName = n.UrlSegment;
pathParts.Add(urlName);
// move to parent node