diff --git a/SoObjects/SOGo/SOGoUser.m b/SoObjects/SOGo/SOGoUser.m index f7890b17d..5039da3fc 100644 --- a/SoObjects/SOGo/SOGoUser.m +++ b/SoObjects/SOGo/SOGoUser.m @@ -115,7 +115,7 @@ static NSTimeZone *serverTimeZone = nil; { if (!systemEMail) { - systemEMail = [[self userManager] getSystemEmailForUID: [self login]]; + systemEMail = [[self userManager] getSystemEMailForUID: [self login]]; [systemEMail retain]; }