mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-26 05:45:24 +00:00
Monotone-Parent: cda3bd58c324868ead052e625bbdbcb210c60af5
Monotone-Revision: 86a3016fde1fa4a741b945ef29cc0453ddcb73c7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-04-24T01:09:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2008-04-23 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoUser.m ([SOGoUser
|
||||
-initWithLogin:newLoginroles:newRoles]): we make sure realUID is
|
||||
not an empty string.
|
||||
|
||||
* SoObjects/SOGo/SOGoUserFolder.m ([SOGoUserFolder
|
||||
-davResourceType]): we declare self as a "principal".
|
||||
|
||||
|
||||
@@ -194,7 +194,7 @@ NSString *SOGoWeekStartFirstFullWeek = @"FirstFullWeek";
|
||||
objectForKey: @"c_uid"];
|
||||
}
|
||||
|
||||
if (realUID)
|
||||
if ([realUID length])
|
||||
self = [super initWithLogin: realUID roles: newRoles];
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user