]> git.mxchange.org Git - friendica.git/commitdiff
Remaining contacts to contact
authorAdam Magness <adam.magness@gmail.com>
Wed, 17 Oct 2018 11:49:27 +0000 (07:49 -0400)
committerAdam Magness <adam.magness@gmail.com>
Wed, 17 Oct 2018 11:49:27 +0000 (07:49 -0400)
Update occurrences of contacts/ to contact/

include/conversation.php

index 43854bb40f7b7e8d1486edb47d41e3a092fa7063..31920c2fcb163e4e7864cace513afa8148ce4cfe 100644 (file)
@@ -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;