Skip to content

Commit

Permalink
Merge pull request #13 from Jaap-Jan/patch-1
Browse files Browse the repository at this point in the history
Update source/Griffin.MvcContrib/Plugins/RoutedMenuItem.cs
  • Loading branch information
jgauffin committed Jul 31, 2012
2 parents 264550c + 5809a68 commit 933187b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/Griffin.MvcContrib/Plugins/RoutedMenuItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public Uri CreateUri(UrlHelper helper)
var routeName = (string)_route["area"];
if (routeName != null)
{
_route.Remove("area");
return new Uri(helper.RouteUrl(routeName, _route), UriKind.Relative);
}

Expand Down

0 comments on commit 933187b

Please sign in to comment.