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:
Wolfgang Sourdeau
2007-09-11 19:36:40 +00:00
parent ee7859f87e
commit 722882c34d
3 changed files with 11 additions and 19 deletions
+3 -2
View File
@@ -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;