mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
Monotone-Parent: 5b58952c744a56c2daa202719e938af43febea1a
Monotone-Revision: 93abc80affc5d745f61c233177d8bc8592b79465 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-01T20:55:34 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -175,23 +175,4 @@
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (WOResponse *) canAccessContentAction
|
||||
{
|
||||
WOResponse *response;
|
||||
NSString *clientClass;
|
||||
|
||||
clientClass = NSStringFromClass([[self clientObject] class]);
|
||||
|
||||
response = [context response];
|
||||
[response setStatus: 200];
|
||||
[response setHeader: @"text/plain; charset=\"ascii\""
|
||||
forKey: @"content-type"];
|
||||
[response
|
||||
appendContentString:
|
||||
([clientClass isEqualToString: @"SOGoContactLDAPFolder"])
|
||||
? @"1" : @"0"];
|
||||
|
||||
return response;
|
||||
}
|
||||
|
||||
@end /* UIxContactsListView */
|
||||
|
||||
Reference in New Issue
Block a user