summaryrefslogtreecommitdiffstats
path: root/apps/contacts/templates
diff options
context:
space:
mode:
authorJakob Sack <kde@jakobsack.de>2011-08-10 22:27:55 +0200
committerJakob Sack <kde@jakobsack.de>2011-08-10 22:27:55 +0200
commit5324d6f7df91d4284b822debe49ef09bdc140d1a (patch)
treeadfc495be99fc0ecedf4b63fb2556885c84345f1 /apps/contacts/templates
parentec31a29b3c0add4ab4adf1ba089282b7024b1eb1 (diff)
downloadnextcloud-server-5324d6f7df91d4284b822debe49ef09bdc140d1a.tar.gz
nextcloud-server-5324d6f7df91d4284b822debe49ef09bdc140d1a.zip
Small fixes
Diffstat (limited to 'apps/contacts/templates')
-rw-r--r--apps/contacts/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/templates/index.php b/apps/contacts/templates/index.php
index ea76621674a..02b9d976cc4 100644
--- a/apps/contacts/templates/index.php
+++ b/apps/contacts/templates/index.php
@@ -13,5 +13,5 @@ OC_Util::addStyle('contacts','styles');
<?php echo $this->inc("part.details"); ?>
</div>
<?php if(count($_['addressbooks']) == 1 ): ?>
- <?php echo $l->t('The path to this addressbook is %s', array(OC::$WEBROOT.'/apps/contacts/carddav.php/addressbooks/'.$_['addressbooks'][0]['uri'])); ?>
+ <?php echo $l->t('The path to this addressbook is %s', array(OC::$WEBROOT.'/apps/contacts/carddav.php/addressbooks/'.OC_User::getUser().'/'.$_['addressbooks'][0]['uri'])); ?>
<?php endif; ?>