]> git.mxchange.org Git - friendica.git/blobdiff - include/Contact.php
Redesign of the contact pages, new tab for contact statuses
[friendica.git] / include / Contact.php
index b98c9f7056295774c8395d894e83b85ee8f6c7b1..a30a3c6c7aaa2363c960e423263b7459358073d0 100644 (file)
@@ -322,7 +322,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/0?nets=all&cid=' . $contact['id'];
+       $posts_link = $a->get_baseurl() . "/contacts/" . $contact['id'] . '/posts';
        $contact_drop_link = $a->get_baseurl() . "/contacts/" . $contact['id'] . '/drop?confirm=1';