From b125caaaf6ab94a63f8f56f5df82dcf547c95b7e Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Mon, 7 May 2012 12:16:25 +0200 Subject: [PATCH] fix path of caldav in calendar management --- apps/calendar/templates/calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/calendar/templates/calendar.php b/apps/calendar/templates/calendar.php index 7e767e3673..19c9a4d8d7 100755 --- a/apps/calendar/templates/calendar.php +++ b/apps/calendar/templates/calendar.php @@ -19,7 +19,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 = '/calendars'; + var totalurl = '/calendars'; var firstDay = ''; $(document).ready(function() {