We now ignore default roles for "public" accesses.

pull/7/merge
Ludovic Marcotte 2013-01-15 13:33:45 -05:00
parent 219dfc61c9
commit 2370ecb089
2 changed files with 1 additions and 1 deletions

View File

@ -1559,7 +1559,7 @@ static NSArray *childRecordFields = nil;
// If we still don't have ACLs defined for this particular resource,
// let's go get the domain defaults, if any.
if (![acls count])
if (![acls count] && ![uid isEqualToString: @"anonymous"])
{
dd = [[context activeUser] domainDefaults];
module = [container nameInContainer];