]> git.mxchange.org Git - friendica.git/blobdiff - include/Contact.php
Merge pull request #2119 from annando/1511-contact-evolution
[friendica.git] / include / Contact.php
index fe73557de3c346d7762abc1be26f425adc326ae3..6673e6911d693c5f6ee793453881357c143ca9e7 100644 (file)
@@ -349,7 +349,7 @@ function contact_photo_menu($contact, $uid = 0) {
                $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';