mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-06 23:51:23 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user