This commit is contained in:
Shannon Deminick
2012-09-13 06:48:06 +07:00
parent f2a7b3b255
commit 89cd2772dc

View File

@@ -100,6 +100,7 @@ namespace Umbraco.Web.Routing
pathParts.Reverse();
route = "/" + string.Join("/", pathParts);
//FIX THIS, it stores over the top of a real route!
if (!_umbracoContext.InPreviewMode)
_umbracoContext.RoutesCache.Store(nodeId, route);
}