Remaining contacts to contact
Update occurrences of contacts/ to contact/
This commit is contained in:
parent
a21c1deb7e
commit
370ee08fcc
|
@ -853,8 +853,8 @@ function item_photo_menu($item) {
|
||||||
|
|
||||||
if ($cid && !$item['self']) {
|
if ($cid && !$item['self']) {
|
||||||
$poke_link = 'poke/?f=&c=' . $cid;
|
$poke_link = 'poke/?f=&c=' . $cid;
|
||||||
$contact_url = 'contacts/' . $cid;
|
$contact_url = 'contact/' . $cid;
|
||||||
$posts_link = 'contacts/' . $cid . '/posts';
|
$posts_link = 'contact/' . $cid . '/posts';
|
||||||
|
|
||||||
if (in_array($network, [Protocol::DFRN, Protocol::DIASPORA])) {
|
if (in_array($network, [Protocol::DFRN, Protocol::DIASPORA])) {
|
||||||
$pm_url = 'message/new/' . $cid;
|
$pm_url = 'message/new/' . $cid;
|
||||||
|
|
Loading…
Reference in a new issue