]> git.mxchange.org Git - friendica.git/blobdiff - include/conversation.php
Redesign of the contact pages, new tab for contact statuses
[friendica.git] / include / conversation.php
index 3b2eb54bde12c655b1df3421bd70f8d9df48d03d..476ae80bea1b0276228b1bd386045a7c45a71b6c 100644 (file)
@@ -891,7 +891,7 @@ function item_photo_menu($item){
        if(($cid) && (! $item['self'])) {
                $poke_link = $a->get_baseurl($ssl_state) . '/poke/?f=&c=' . $cid;
                $contact_url = $a->get_baseurl($ssl_state) . '/contacts/' . $cid;
-               $posts_link = $a->get_baseurl($ssl_state) . '/network/0?nets=all&cid=' . $cid;
+               $posts_link = $a->get_baseurl($ssl_state) . '/contacts/' . $cid . '/posts';
 
                $clean_url = normalise_link($item['author-link']);