diff options
author | Friendika <info@friendika.com> | 2011-08-24 23:20:04 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-24 23:20:04 -0700 |
commit | 71fc694c6715601f8d9cabcb1835c66a23aea4ca (patch) | |
tree | e95868b7d21ff80553c8c3dddd3fc9e260338362 /include/Contact.php | |
parent | 74d61ed00b9ff6fe768d4a0f4a27da246020c270 (diff) | |
download | volse-hubzilla-71fc694c6715601f8d9cabcb1835c66a23aea4ca.tar.gz volse-hubzilla-71fc694c6715601f8d9cabcb1835c66a23aea4ca.tar.bz2 volse-hubzilla-71fc694c6715601f8d9cabcb1835c66a23aea4ca.zip |
contact photo menu
Diffstat (limited to 'include/Contact.php')
-rw-r--r-- | include/Contact.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Contact.php b/include/Contact.php index 6eda0b6c5..7524c0cea 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -114,8 +114,8 @@ function contact_photo_menu($contact) { $pm_url = $a->get_baseurl() . '/message/new/' . $contact['id']; } - $contact_url = $a->get_baseurl() . '/contacts/' . $cid; - $posts_link = $a->get_baseurl() . '/network/?cid=' . $cid; + $contact_url = $a->get_baseurl() . '/contacts/' . $contact['id']; + $posts_link = $a->get_baseurl() . '/network/?cid=' . $contact['id']; $menu = Array( t("View status") => $status_link, |