From 7c923688dc86c848a33261ed054b373dba6899ed Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 10 Jun 2012 13:13:34 +0200 Subject: [PATCH] CALDAV_SERVER -> CALDAV_URL --- .../e-smith/templates/usr/share/sogosync/config.php/45Backend60Caldav | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend60Caldav b/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend60Caldav index 5685de1..2bcd445 100644 --- a/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend60Caldav +++ b/root/etc/e-smith/templates/usr/share/sogosync/config.php/45Backend60Caldav @@ -1,7 +1,7 @@ define('CALDAV_SERVER', 'http://localhost:{$sogod{'TCPPort'}}'); define('CALDAV_PATH', '/SOGo/dav/%u/'); define('CALDAV_PERSONAL', 'personal'); - define('CALDAV_SERVER', 'http://localhost:{$sogod{'TCPPort'}}/SOGo/dav/%u'); + define('CALDAV_URL', 'http://localhost:{$sogod{'TCPPort'}}/SOGo/dav/%u'); { my $ro = $sogosync{'ReadOnly'} || 'disabled';