diff --git a/SoObjects/Mailer/SOGoMailObject.m b/SoObjects/Mailer/SOGoMailObject.m index 670cfe061..d709bbec2 100644 --- a/SoObjects/Mailer/SOGoMailObject.m +++ b/SoObjects/Mailer/SOGoMailObject.m @@ -1279,7 +1279,7 @@ static BOOL debugSoParts = NO; if (property) { - parts = [NSArray arrayWithObjects: property, nil]; + parts = [NSArray arrayWithObject: property]; msgs = [self fetchParts: parts]; msgs = [msgs valueForKey: @"fetch"];