mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
See Changelog
Monotone-Parent: d3787adfd45555cf1464e5cc2b35120c2f9b764a Monotone-Revision: b8fdd2b522b773a7377d9617f8dce71cb94ce7db Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-09-17T20:37:20 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1490,8 +1490,7 @@ static NSArray *childRecordFields = nil;
|
||||
if (!acls)
|
||||
{
|
||||
acls = [self _fetchAclsForUser: uid forObjectAtPath: objectPath];
|
||||
if (!acls
|
||||
|| ([acls count] == 1 && [acls containsObject: SOGoRole_None]))
|
||||
if (!acls)
|
||||
acls = [NSArray array];
|
||||
[self _cacheRoles: acls forUser: uid forObjectAtPath: objectPath];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user