X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2FContact.php;h=04d3fa9e5d013a0a426b7c8af155fbd90edebdf9;hb=c0af9b2938bca3accccf2f6e6ae97c562e96b3ce;hp=c83177ddaa2333117beab39c151a678adadc4ab9;hpb=0eeda1de5dc7bf2808f4098556a72ccc1702fd7d;p=friendica.git diff --git a/include/Contact.php b/include/Contact.php index c83177ddaa..04d3fa9e5d 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -219,7 +219,7 @@ function contact_photo_menu($contact) { $poke_link = $a->get_baseurl() . '/poke/?f=&c=' . $contact['id']; $contact_url = $a->get_baseurl() . '/contacts/' . $contact['id']; - $posts_link = $a->get_baseurl() . '/network/?cid=' . $contact['id']; + $posts_link = $a->get_baseurl() . '/network/0?nets=all&cid=' . $contact['id']; $menu = Array( 'poke' => array(t("Poke"), $poke_link),