mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user