U4-2279 TryGetRouteDefinitionFromAncestorViewContexts has infinite loop when

currentContext doesnt contain umbraco-route-def
This commit is contained in:
Sebastiaan Janssen
2013-05-29 03:44:01 -02:00
parent b41cf37dd5
commit b4d88b0361

View File

@@ -114,7 +114,7 @@ namespace Umbraco.Web.Mvc
else
{
//exit the loop
currentRouteData = null;
currentContext = null;
}
}
return new Attempt<RouteDefinition>(