mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-26 00:43:22 +00:00
Monotone-Parent: ffee2e191d0b888d3bfb2c7d6d16836788f668d0
Monotone-Revision: 575cf41d358a8719c8b0d9a19301b8c29bbb1c30 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-29T16:14:11 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -452,10 +452,7 @@ static NSString *defaultUserID = @"<default>";
|
||||
|
||||
acls = [NSMutableArray array];
|
||||
if ([records count] > 0)
|
||||
{
|
||||
[acls addObject: SOGoRole_AuthorizedSubscriber];
|
||||
[acls addObjectsFromArray: [records valueForKey: @"c_role"]];
|
||||
}
|
||||
[acls addObjectsFromArray: [records valueForKey: @"c_role"]];
|
||||
|
||||
return acls;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user