Skip to content

Commit

Permalink
Set the implicit resource key to the value of SiteMapCacheKey as desc…
Browse files Browse the repository at this point in the history
…ribed in #228.
  • Loading branch information
NightOwl888 committed Sep 12, 2013
1 parent dd50ad0 commit a8ec804
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public virtual ISiteMap CreateSiteMap(string siteMapCacheKey)

var builderSet = this.GetBuilderSet(siteMapCacheKey);
var siteMap = siteMapFactory.Create(builderSet.Builder, builderSet);
siteMap.ResourceKey = siteMapCacheKey;
siteMap.BuildSiteMap();

return siteMap;
Expand Down

0 comments on commit a8ec804

Please sign in to comment.