Adds null checks to the ContentTreeController too

This commit is contained in:
Shannon
2017-03-23 12:53:48 +11:00
parent 31d8f49d3b
commit d37106576d
2 changed files with 6 additions and 2 deletions

View File

@@ -308,7 +308,7 @@ namespace Umbraco.Web.Trees
{
IUmbracoEntity entity;
Guid idGuid = Guid.Empty;
Guid idGuid;
int idInt;
Udi idUdi;