diff --git a/UI/MainUI/SOGoUserHomePage.m b/UI/MainUI/SOGoUserHomePage.m index da1808fe7..6bf8a8e57 100644 --- a/UI/MainUI/SOGoUserHomePage.m +++ b/UI/MainUI/SOGoUserHomePage.m @@ -324,7 +324,7 @@ contact = [allUsers objectAtIndex: count]; uid = [contact objectForKey: @"c_uid"]; - // We do NOT return the current authenticated user. + // We do NOT return the current authenticated user if (![uid isEqualToString: login]) { jsonLine = [NSMutableArray arrayWithCapacity: 4];