(fix) don't consider default ACLs for attendees

This commit is contained in:
Ludovic Marcotte
2016-02-12 14:40:51 -05:00
parent 4c6a0e6936
commit 132234cc19
@@ -559,7 +559,7 @@
folder = [user personalCalendarFolderInContext: context];
// Deny access to the resource if the ACLs don't allow the user
if (![folder aclSQLListingFilter])
if ([user isResource] && ![folder aclSQLListingFilter])
{
NSDictionary *values;
NSString *reason;