diff --git a/Tools/SOGoToolManageACL.m b/Tools/SOGoToolManageACL.m index fb40a595d..4d980b305 100644 --- a/Tools/SOGoToolManageACL.m +++ b/Tools/SOGoToolManageACL.m @@ -395,7 +395,7 @@ typedef enum gcsFolder = [parentFolder lookupPersonalFolder: [components objectAtIndex: 1] ignoringRights: YES]; - [gcsFolder subscribeUserOrGroup: user reallyDo: YES response: nil]; + [gcsFolder subscribeUserOrGroup: user reallyDo: reallyDo response: nil]; } - (BOOL) proceed