aboutsummaryrefslogtreecommitdiffstats
path: root/mod/contacts.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-04 01:46:36 -0700
committerfriendica <info@friendica.com>2012-05-04 01:46:36 -0700
commit9ecd128e5e2aba527138c1a4afa2ff17caebe896 (patch)
tree3631586eff2ba10088be2bf82802157a98cf0f04 /mod/contacts.php
parent22c8fe46a554457b43b9721f1f46739511398060 (diff)
downloadvolse-hubzilla-9ecd128e5e2aba527138c1a4afa2ff17caebe896.tar.gz
volse-hubzilla-9ecd128e5e2aba527138c1a4afa2ff17caebe896.tar.bz2
volse-hubzilla-9ecd128e5e2aba527138c1a4afa2ff17caebe896.zip
"show more" friends in common
Diffstat (limited to 'mod/contacts.php')
-rw-r--r--mod/contacts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/contacts.php b/mod/contacts.php
index 3b428914c..769239fe0 100644
--- a/mod/contacts.php
+++ b/mod/contacts.php
@@ -325,7 +325,7 @@ function contacts_content(&$a) {
'$lbl_info1' => t('Contact Information / Notes'),
'$infedit' => t('Edit contact notes'),
'$common_text' => $common_text,
- '$common_link' => $a->get_baseurl(true) . '/common/' . $contact['id'],
+ '$common_link' => $a->get_baseurl(true) . '/common/loc/' . local_user() . '/' . $contact['id'],
'$all_friends' => $all_friends,
'$relation_text' => $relation_text,
'$visit' => sprintf( t('Visit %s\'s profile [%s]'),$contact['name'],$contact['url']),