Fixes user Id is 0 everywhere
This commit is contained in:
@@ -604,7 +604,7 @@ namespace Umbraco.Core.Services.Implement
|
||||
NodeObjectType = Constants.ObjectTypes.IdReservation,
|
||||
|
||||
CreateDate = DateTime.Now,
|
||||
UserId = 0,
|
||||
UserId = -1,
|
||||
ParentId = -1,
|
||||
Level = 1,
|
||||
Path = "-1",
|
||||
|
||||
Reference in New Issue
Block a user