Remaining contacts to contact

Update occurrences of contacts/ to contact/
pull/5945/head
Adam Magness 2018-10-17 07:49:27 -04:00
rodzic a21c1deb7e
commit 370ee08fcc
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -853,8 +853,8 @@ function item_photo_menu($item) {
if ($cid && !$item['self']) {
$poke_link = 'poke/?f=&c=' . $cid;
$contact_url = 'contacts/' . $cid;
$posts_link = 'contacts/' . $cid . '/posts';
$contact_url = 'contact/' . $cid;
$posts_link = 'contact/' . $cid . '/posts';
if (in_array($network, [Protocol::DFRN, Protocol::DIASPORA])) {
$pm_url = 'message/new/' . $cid;