Monotone-Parent: 4ac4ae3613d51d31b8aa0f22e8581e25651b89fd

Monotone-Revision: 1ab4cc7bd955a40f41ed5d3e29deca4ff763777b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-06-02T16:35:59
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-06-02 16:35:59 +00:00
parent 26cb2290ac
commit 13df91ba79
9 changed files with 129 additions and 15 deletions
+1 -1
View File
@@ -110,7 +110,7 @@
SOGoUser *user;
user = (SOGoUser *) [super userInContext: _ctx];
if (!user)
if (!user || [[user login] isEqualToString: @"anonymous"])
{
if (!anonymous)
anonymous = [[SOGoUser alloc]