diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-05-07 12:18:58 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-05-07 12:18:58 +0200 |
commit | 6bdbcc1f49f84292f539549da859cc0611587fc6 (patch) | |
tree | 3f4f48b32b1a08cdcb48c7f2d3bb2d7aefd6fca7 /apps | |
parent | b125caaaf6ab94a63f8f56f5df82dcf547c95b7e (diff) | |
download | nextcloud-server-6bdbcc1f49f84292f539549da859cc0611587fc6.tar.gz nextcloud-server-6bdbcc1f49f84292f539549da859cc0611587fc6.zip |
fix path of carddav in addressbook management
Diffstat (limited to 'apps')
-rwxr-xr-x | apps/contacts/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/templates/index.php b/apps/contacts/templates/index.php index c28b47e7c28..791e3ced26c 100755 --- a/apps/contacts/templates/index.php +++ b/apps/contacts/templates/index.php @@ -1,5 +1,5 @@ <script type='text/javascript'> - var totalurl = '<?php echo OCP\Util::linkToAbsolute('contacts', 'carddav.php'); ?>/addressbooks'; + var totalurl = '<?php echo OCP\Util::linkToAbsolute('remote.php', 'carddav'); ?>/addressbooks'; var categories = <?php echo json_encode($_['categories']); ?>; var lang = '<?php echo OCP\Config::getUserValue(OCP\USER::getUser(), 'core', 'lang', 'en'); ?>'; </script> |