mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
See ChangeLog
Monotone-Parent: c6f02e683516d8272f34a92875af92b45b067767 Monotone-Revision: d7f6037ae6e1e2123a306d459ff6f96271bfc190 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-10-15T21:33:56 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -262,4 +262,14 @@ static NSNumber *yesObject = nil;
|
||||
[aclTree objectForKey: @"{DAV:}all"]];
|
||||
}
|
||||
|
||||
- (id) copyWithZone: (NSZone *) aZone
|
||||
{
|
||||
SOGoWebDAVAclManager *x;
|
||||
|
||||
x = [[SOGoWebDAVAclManager allocWithZone: aZone] init];
|
||||
x->aclTree = [aclTree mutableCopyWithZone: aZone];
|
||||
|
||||
return x;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user