Monotone-Parent: 66fc4d9ee925358de80c05092a80e0b39ae6c95d

Monotone-Revision: c5a12fa92d4b395d0d89e97ca85e5ad92a5b087f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-09-11T19:42:41
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-09-11 19:42:41 +00:00
parent f2e7a70a2c
commit fa1106ed42
3 changed files with 18 additions and 27 deletions
+1 -4
View File
@@ -404,10 +404,7 @@ static NSArray *infoKeys = nil;
{
result = [[self clientObject] save];
if (!result)
{
result = [context response];
[result setStatus: 204];
}
result = [self responseWith204];
}
else
result = [self failedToSaveFormResponse];