mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
Monotone-Parent: 652fb1324338399d044d5f01bb158d94080a27c0
Monotone-Revision: ea84b0da49761a54044bb70c2502171c1b981e86 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-26T18:20:46 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -55,7 +55,6 @@
|
||||
#import <Appointments/SOGoAppointmentOccurence.h>
|
||||
#import <Appointments/SOGoTaskObject.h>
|
||||
#import <SOGo/NSArray+Utilities.h>
|
||||
#import <SOGo/NSDictionary+BSJSONAdditions.h>
|
||||
#import <SOGo/NSDictionary+Utilities.h>
|
||||
#import <SOGo/NSString+Utilities.h>
|
||||
#import <SOGo/SOGoUser.h>
|
||||
@@ -1727,8 +1726,8 @@ RANGE(2);
|
||||
if ([json length])
|
||||
{
|
||||
attendees = [NSArray array];
|
||||
attendeesData = [NSMutableDictionary dictionaryWithJSONString: json];
|
||||
if (attendeesData)
|
||||
attendeesData = [json objectFromJSONString];
|
||||
if (attendeesData && [attendeesData isKindOfClass: [NSDictionary class]])
|
||||
{
|
||||
newAttendees = [NSMutableArray array];
|
||||
attendees = [attendeesData allValues];
|
||||
|
||||
Reference in New Issue
Block a user