diff --git a/SoObjects/SOGo/SOGoCache.m b/SoObjects/SOGo/SOGoCache.m index 6ad80e953..8cb9a6dc3 100644 --- a/SoObjects/SOGo/SOGoCache.m +++ b/SoObjects/SOGo/SOGoCache.m @@ -245,9 +245,9 @@ valueString = nil; + keyName = [NSString stringWithFormat: @"%@+%@", theLogin, theType]; if (handle) { - keyName = [NSString stringWithFormat: @"%@+%@", theLogin, theType]; valueString = [localCache objectForKey: keyName]; if (!valueString) {