Change contact post link to contact network page

This commit is contained in:
Hypolite Petovan
2018-08-15 00:43:45 +02:00
parent ea17370211
commit 4c32661022
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -841,7 +841,7 @@ function item_photo_menu($item) {
if ($cid && !$item['self']) {
$poke_link = 'poke/?f=&c=' . $cid;
$contact_url = 'contacts/' . $cid;
$posts_link = 'contacts/' . $cid . '/posts';
$posts_link = 'network?cid=' . $cid;
if (in_array($network, [Protocol::DFRN, Protocol::DIASPORA])) {
$pm_url = 'message/new/' . $cid;