mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-04 14:42:19 +00:00
Monotone-Parent: 54ec8c39f5bb2075a087aabb062d28af978421de
Monotone-Revision: 36eb21ac828a920f7994e922c1c7e6fe481c62ac Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-01-16T18:57:58 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
#import <SaxObjC/XMLNamespaces.h>
|
||||
|
||||
// #import <NGObjWeb/SoClassSecurityInfo.h>
|
||||
#import <SOGo/SOGoCache.h>
|
||||
#import <SOGo/SOGoCustomGroupFolder.h>
|
||||
#import <SOGo/LDAPUserManager.h>
|
||||
#import <SOGo/SOGoPermissions.h>
|
||||
@@ -403,6 +404,11 @@ static NSNumber *sharedYes = nil;
|
||||
obj = [NSException exceptionWithHTTPStatus:404 /* Not Found */];
|
||||
}
|
||||
|
||||
if (obj)
|
||||
[[SOGoCache sharedCache] registerObject: obj
|
||||
withName: _key
|
||||
inContainer: container];
|
||||
|
||||
return obj;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user