From 5301a95e5ed79053ad744cd90cfd47a57ced3a23 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 25 Sep 2007 22:07:07 +0000 Subject: [PATCH] Monotone-Parent: e8a574b3e4398045ebb35d2e6e4dc9f0f7ad0180 Monotone-Revision: 63f597c0362a321174e2de5654b2b69b0218c5fb Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-09-25T22:07:07 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAptMailNotification.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoAptMailNotification.m b/SoObjects/Appointments/SOGoAptMailNotification.m index 5c6b2c4f0..912c3a0e2 100644 --- a/SoObjects/Appointments/SOGoAptMailNotification.m +++ b/SoObjects/Appointments/SOGoAptMailNotification.m @@ -90,7 +90,7 @@ static NSTimeZone *EST = nil; NSString *aptUID; aptUID = [[self newApt] uid]; - return [NSString stringWithFormat:@"%@/Calendar/%@/edit?mail-invitation=yes", + return [NSString stringWithFormat:@"%@/Calendar/personal/%@/edit?mail-invitation=yes", [self homePageURL], aptUID]; }