diff --git a/ChangeLog b/ChangeLog index c19843943..d508c9f1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-11-29 Wolfgang Sourdeau + * SoObjects/SOGo/SOGoContentObject.m ([SOGoContentObject + -ocsPathOfContainer]): return the intended value, not that of + ocsPath... + * SoObjects/Appointments/SOGoCalendarComponent.m ([SOGoCalendarComponent -sendResponseToOrganizer]): send the message only of sendEMailNotifications is set. diff --git a/SoObjects/SOGo/SOGoContentObject.m b/SoObjects/SOGo/SOGoContentObject.m index 1e1d0f795..c82fc5899 100644 --- a/SoObjects/SOGo/SOGoContentObject.m +++ b/SoObjects/SOGo/SOGoContentObject.m @@ -118,7 +118,7 @@ else ocsPathOfContainer = nil; - return ocsPath; + return ocsPathOfContainer; } - (GCSFolder *) ocsFolder