Merge pull request #201 from inverse-inc/warning-removal-again

Warning removal, next part.
This commit is contained in:
Francis Lachapelle
2016-03-09 15:59:11 -05:00
14 changed files with 43 additions and 23 deletions
+1 -1
View File
@@ -869,7 +869,7 @@ static NSArray *infoKeys = nil;
{
error = [self validateForSend];
if (!error)
error = [co sendMail];
error = [co sendMailAndCopyToSent: YES];
else
error = [self failedToSaveFormResponse: [error reason]];
}