See ChangeLog

Monotone-Parent: 82564e2898976a6c09a85817e4b2954a5c58b7a9
Monotone-Revision: 387161e51d5f56bffe765c8e46dec729db13794d

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-11-21T14:15:14
This commit is contained in:
Ludovic Marcotte
2011-11-21 14:15:14 +00:00
parent b5fdc4a7c9
commit 79c0c2362b
3 changed files with 29 additions and 4 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ static NSArray *folderListingFields = nil;
[obj setIsNew: YES];
}
}
if (!obj)
if (!obj || ([obj isKindOfClass: [SOGoContactGCSList class]] && [[_ctx request] isMacOSXAddressBookApp]))
obj = [NSException exceptionWithHTTPStatus:404 /* Not Found */];
}