mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Monotone-Parent: ab7765d8d9cabd9c3da98a32f5907faaf59a4e5b
Monotone-Revision: 473e23aa8952f82b8ef8ebcb95fd3ad46226c3be Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-12-05T22:29:50 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -593,9 +593,10 @@
|
||||
return [NSException exceptionWithHTTPStatus: 500 /* Internal Error */
|
||||
reason: @"could not create a unique ID"];
|
||||
|
||||
nextMethod = [NSString stringWithFormat: @"../%@/%@",
|
||||
nextMethod = [NSString stringWithFormat: @"../%@.vcf/%@",
|
||||
objectId, [self editActionName]];
|
||||
uri = [self _completeURIForMethod: nextMethod];
|
||||
|
||||
return [self redirectToLocation: uri];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user