mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
merge of 'baf4c7f8461dec960162ae0da21047d576421c14'
and 'fefb3f05edb2d5e5ba63661ae145d0369e47b444' Monotone-Parent: baf4c7f8461dec960162ae0da21047d576421c14 Monotone-Parent: fefb3f05edb2d5e5ba63661ae145d0369e47b444 Monotone-Revision: 9ef1fb2c66953b8ada0d55d0eec183621a71ebab Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-11T20:58:35 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