mirror of
https://github.com/friendica/friendica
synced 2025-04-26 02:30:11 +00:00
Reset network when showing a contact's posts
There is similar stuff in the mobile themes, but I didn't touch them because I wasn't sure if I should and how the smarty3 stuff works.
This commit is contained in:
parent
0eeda1de5d
commit
c0af9b2938
3 changed files with 3 additions and 3 deletions
|
@ -795,7 +795,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/?cid=' . $cid;
|
||||
$posts_link = $a->get_baseurl($ssl_state) . '/network/0?nets=all&cid=' . $cid;
|
||||
|
||||
$clean_url = normalise_link($item['author-link']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue