diff --git a/SoObjects/SOGo/SOGoGCSFolder.m b/SoObjects/SOGo/SOGoGCSFolder.m index e58e4eca3..99b4f59d3 100644 --- a/SoObjects/SOGo/SOGoGCSFolder.m +++ b/SoObjects/SOGo/SOGoGCSFolder.m @@ -1650,7 +1650,7 @@ static NSArray *childRecordFields = nil; } if (!group) - [self errorWithFormat: @"Can't find group %@", currentUID]; + [self errorWithFormat: @"Can't find group %@", group]; else if ([group hasMemberWithUID: uid]) [acls addObject: [record valueForKey: @"c_role"]]; }