diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2011-12-16 17:42:07 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2011-12-16 17:42:07 +0100 |
commit | feeb0c742a57eb542f6e904dd4c8b5310bcc066a (patch) | |
tree | 8d422f84371d865dcdcdc60d95d4c3fcccd8b8e2 /apps/contacts/templates/index.php | |
parent | 59ad0a6c9c9862792ec92f9ab53dfc30d54867fa (diff) | |
download | nextcloud-server-feeb0c742a57eb542f6e904dd4c8b5310bcc066a.tar.gz nextcloud-server-feeb0c742a57eb542f6e904dd4c8b5310bcc066a.zip |
Misc. changes after review by bartv.
Diffstat (limited to 'apps/contacts/templates/index.php')
-rw-r--r-- | 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 44505031c64..8592ffe1c4c 100644 --- a/apps/contacts/templates/index.php +++ b/apps/contacts/templates/index.php @@ -1,5 +1,5 @@ <script type='text/javascript'> - var totalurl = '<?php echo OC_Helper::linkTo('apps/contacts', 'carddav.php', null, true); ?>/addressbooks'; + var totalurl = '<?php echo OC_Helper::linkTo('contacts', 'carddav.php', null, true); ?>/addressbooks'; </script> <div id="controls"> <form> |