mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
fix caldav url
This commit is contained in:
parent
26272c4252
commit
03d9fab3c0
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +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); ?>';
|
||||
</script>
|
||||
<div id="controls">
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue