(fix) simplified logic and improved code readability

This commit is contained in:
Ludovic Marcotte
2015-09-21 08:59:36 -04:00
parent 7692832672
commit 1c666e8ead
3 changed files with 18 additions and 27 deletions
+5
View File
@@ -71,6 +71,11 @@ Class SOGoContactSourceFolderK, SOGoGCSFolderK;
return self;
}
- (NSString *) modulePath
{
return @"Contacts";
}
- (void) _setupContext
{
SOGoUser *activeUser;