Adds null checks to the ContentTreeController too
This commit is contained in:
@@ -308,7 +308,7 @@ namespace Umbraco.Web.Trees
|
||||
{
|
||||
IUmbracoEntity entity;
|
||||
|
||||
Guid idGuid = Guid.Empty;
|
||||
Guid idGuid;
|
||||
int idInt;
|
||||
Udi idUdi;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user