mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 17:57:38 +00:00
Monotone-Parent: 678f408cc158a19d36fc3c0d6f53b3434a652542
Monotone-Revision: 645b1645665a00c2914161e8e43c5c8917f22935 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-11T19:36:40 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -39,6 +39,8 @@
|
||||
#import <SoObjects/SOGo/NSObject+Utilities.h>
|
||||
#import <SoObjects/Appointments/SOGoAppointmentFolder.h>
|
||||
|
||||
#import <UI/Common/WODirectAction+SOGo.h>
|
||||
|
||||
#import "NSArray+Scheduler.h"
|
||||
|
||||
#import "UIxCalListingActions.h"
|
||||
@@ -289,10 +291,9 @@
|
||||
{
|
||||
WOResponse *response;
|
||||
|
||||
response = [context response];
|
||||
response = [self responseWithStatus: 200];
|
||||
[response setHeader: @"text/plain; charset=utf-8"
|
||||
forKey: @"content-type"];
|
||||
[response setStatus: 200];
|
||||
[response appendContentString: [data jsonRepresentation]];
|
||||
|
||||
return response;
|
||||
|
||||
Reference in New Issue
Block a user