Remaining contacts to contact

Update occurrences of contacts/ to contact/
This commit is contained in:
Adam Magness 2018-10-17 07:49:27 -04:00
parent a21c1deb7e
commit 370ee08fcc
1 changed files with 2 additions and 2 deletions

View File

@ -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;