summaryrefslogtreecommitdiffstats
path: root/apps/calendar
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-05-07 12:02:20 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-05-07 12:02:20 +0200
commitef10603c2640c4aba7d19ffc850403d248abd566 (patch)
tree9e4c719b1571b241d0a621d4e6dcbcaae4709bc3 /apps/calendar
parent9bdd00c0f22deea144eebe4773ef70063ea45575 (diff)
downloadnextcloud-server-ef10603c2640c4aba7d19ffc850403d248abd566.tar.gz
nextcloud-server-ef10603c2640c4aba7d19ffc850403d248abd566.zip
fix pathes in calendar and contacts
Diffstat (limited to 'apps/calendar')
-rwxr-xr-xapps/calendar/templates/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/templates/settings.php b/apps/calendar/templates/settings.php
index 0a325ccbc24..0d6c8735ecc 100755
--- a/apps/calendar/templates/settings.php
+++ b/apps/calendar/templates/settings.php
@@ -47,6 +47,6 @@
</table>
<?php echo $l->t('Calendar CalDAV syncing address:');?>
- <code><?php echo OCP\Util::linkToAbsolute('remote', 'caldav.php'); ?></code><br />
+ <code><?php echo OCP\Util::linkToAbsolute('remote.php', 'caldav/'); ?></code><br />
</fieldset>
</form>