Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
extrafu committed May 17, 2017
1 parent 20cbe3c commit b3149ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/SOGoToolManageACL.m
Expand Up @@ -395,7 +395,7 @@ - (void) subscribeOrUnsubscribeUser: (NSString *) theUser
gcsFolder = [parentFolder lookupPersonalFolder: [components objectAtIndex: 1]
ignoringRights: YES];

[gcsFolder subscribeUserOrGroup: user reallyDo: YES response: nil];
[gcsFolder subscribeUserOrGroup: user reallyDo: reallyDo response: nil];
}

- (BOOL) proceed
Expand Down

0 comments on commit b3149ee

Please sign in to comment.