Disables the tree header when it has a alt start node

This commit is contained in:
perploug
2013-11-19 14:20:51 +01:00
parent 77889f968b
commit 806596f04d
12 changed files with 35 additions and 35 deletions

View File

@@ -79,7 +79,7 @@ namespace Umbraco.Web.Trees
var altStartId = string.Empty;
if(queryStrings.HasKey(TreeQueryStringParameters.StartNodeId))
queryStrings.GetValue<string>(TreeQueryStringParameters.StartNodeId);
altStartId = queryStrings.GetValue<string>(TreeQueryStringParameters.StartNodeId);
//check if a request has been made to render from a specific start node