Skip to content
Snippets Groups Projects
Commit eea20e51 authored by Georg Ehrke's avatar Georg Ehrke
Browse files

another fix of caldav url

parent e5a3ab8a
Branches
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
var missing_field_totime = '<?php echo $l->t('To Time') ?>';
var missing_field_startsbeforeends = '<?php echo $l->t('The event ends before it starts') ?>';
var missing_field_dberror = '<?php echo $l->t('There was a database fail') ?>';
var totalurl = '<?php echo OC_Helper::linkTo('apps/calendar', 'caldav.php', null, true); ?>';
var totalurl = '<?php echo OC_Helper::linkTo('apps/calendar', 'caldav.php', null, true); ?>/calendars';
</script>
<div id="controls">
<div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment