See ChangeLog.

Monotone-Parent: 9622fc005299a8ed3c143c177667be6f33df9523
Monotone-Revision: d03d3ac4770756bf4494d9e20e9768b28e5ff0cb

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-10-26T15:25:49
This commit is contained in:
Francis Lachapelle
2011-10-26 15:25:49 +00:00
parent d437ca0540
commit fafcd1aaab
4 changed files with 98 additions and 22 deletions
+1 -1
View File
@@ -761,7 +761,7 @@
else
cacheUid = aUID;
jsonUser = [[SOGoCache sharedCache] userAttributesForLogin: cacheUid];
currentUser = [jsonUser objectFromJSONString];
currentUser = [jsonUser objectFromJSONString];
if (!([currentUser objectForKey: @"emails"]
&& [currentUser objectForKey: @"cn"]))
{