mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-03 14:12:21 +00:00
Monotone-Parent: cbba640dfc6321c0f4565ae72d616bc60cb20407
Monotone-Revision: 1f959c8c87357cf8d3745bf7b492bc7800597701 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-01-16T18:59:58 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -126,7 +126,7 @@ static BOOL sendEMailNotifications = NO;
|
||||
sm = [SoSecurityManager sharedSecurityManager];
|
||||
if (![sm validatePermission: SOGoCalendarPerm_ViewAllComponent
|
||||
onObject: self inContext: context])
|
||||
iCalString = content;
|
||||
iCalString = [record objectForKey: @"c_content"];
|
||||
else if (![sm validatePermission: SOGoCalendarPerm_ViewDAndT
|
||||
onObject: self inContext: context])
|
||||
{
|
||||
@@ -165,7 +165,7 @@ static BOOL sendEMailNotifications = NO;
|
||||
if (secure)
|
||||
iCalString = [self secureContentAsString];
|
||||
else
|
||||
iCalString = content;
|
||||
iCalString = [record objectForKey: @"c_content"];
|
||||
|
||||
if ([iCalString length] > 0)
|
||||
calendar = [iCalCalendar parseSingleFromSource: iCalString];
|
||||
|
||||
Reference in New Issue
Block a user