From eea20e51d8d96e91a7899704cad48811152fe143 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Sat, 12 Nov 2011 16:13:27 +0100 Subject: another fix of caldav url --- apps/calendar/templates/calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/calendar/templates/calendar.php b/apps/calendar/templates/calendar.php index bee98f43e1e..76c0249e265 100755 --- a/apps/calendar/templates/calendar.php +++ b/apps/calendar/templates/calendar.php @@ -15,7 +15,7 @@ var missing_field_totime = 't('To Time') ?>'; var missing_field_startsbeforeends = 't('The event ends before it starts') ?>'; var missing_field_dberror = 't('There was a database fail') ?>'; - var totalurl = ''; + var totalurl = '/calendars';
-- cgit v1.2.3