diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-05-07 12:02:20 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-05-07 12:02:20 +0200 |
commit | ef10603c2640c4aba7d19ffc850403d248abd566 (patch) | |
tree | 9e4c719b1571b241d0a621d4e6dcbcaae4709bc3 /apps/calendar | |
parent | 9bdd00c0f22deea144eebe4773ef70063ea45575 (diff) | |
download | nextcloud-server-ef10603c2640c4aba7d19ffc850403d248abd566.tar.gz nextcloud-server-ef10603c2640c4aba7d19ffc850403d248abd566.zip |
fix pathes in calendar and contacts
Diffstat (limited to 'apps/calendar')
-rwxr-xr-x | apps/calendar/templates/settings.php | 2 |
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> |