diff --git a/src/Umbraco.Web/Routing/NiceUrlProvider.cs b/src/Umbraco.Web/Routing/NiceUrlProvider.cs index 9b486209a6..a11a89fa57 100644 --- a/src/Umbraco.Web/Routing/NiceUrlProvider.cs +++ b/src/Umbraco.Web/Routing/NiceUrlProvider.cs @@ -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); }