diff options
author | Jakob Sack <kde@jakobsack.de> | 2011-08-10 22:27:55 +0200 |
---|---|---|
committer | Jakob Sack <kde@jakobsack.de> | 2011-08-10 22:27:55 +0200 |
commit | 5324d6f7df91d4284b822debe49ef09bdc140d1a (patch) | |
tree | adfc495be99fc0ecedf4b63fb2556885c84345f1 /apps/contacts/templates | |
parent | ec31a29b3c0add4ab4adf1ba089282b7024b1eb1 (diff) | |
download | nextcloud-server-5324d6f7df91d4284b822debe49ef09bdc140d1a.tar.gz nextcloud-server-5324d6f7df91d4284b822debe49ef09bdc140d1a.zip |
Small fixes
Diffstat (limited to 'apps/contacts/templates')
-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 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; ?> |