]> git.mxchange.org Git - friendica.git/blobdiff - include/Contact.php
Reset network when showing a contact's posts
[friendica.git] / include / Contact.php
index c83177ddaa2333117beab39c151a678adadc4ab9..04d3fa9e5d013a0a426b7c8af155fbd90edebdf9 100644 (file)
@@ -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),