Monotone-Parent: 3bfd9a2af826715d8da2b87c077e782d859a76cf

Monotone-Revision: d6c75d1dc4f3b69b2c7aced9418fbc50b232e796

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-01T05:10:25
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-06-01 05:10:25 +00:00
parent cf0bcd5c64
commit ce201cacc5

View File

@@ -590,13 +590,13 @@
objectId = nil;
if ([objectId length] == 0)
return [NSException exceptionWithHTTPStatus:500 /* Internal Error */
return [NSException exceptionWithHTTPStatus: 500 /* Internal Error */
reason: @"could not create a unique ID"];
nextMethod = [NSString stringWithFormat: @"../%@/%@",
objectId, [self editActionName]];
uri = [self _completeURIForMethod:nextMethod];
return [self redirectToLocation:uri];
uri = [self _completeURIForMethod: nextMethod];
return [self redirectToLocation: uri];
}
@end /* UIxContactEditor */