]> git.mxchange.org Git - friendica.git/blobdiff - include/Contact.php
Merge remote-tracking branch 'upstream/master'
[friendica.git] / include / Contact.php
index ce1edbcc2164cc2336047fcfc9b08dcc1449037d..af77869989713c4fec3ae266b0d2859f411240e7 100644 (file)
@@ -215,13 +215,14 @@ function contact_photo_menu($contact) {
                $status_link = $profile_link . "?url=status";
                $photos_link = $profile_link . "?url=photos";
                $profile_link = $profile_link . "?url=profile";
-               $contact_drop_link = $a->get_baseurl() . '/contacts/' . $contact['id'] . '/drop';
                $pm_url = $a->get_baseurl() . '/message/new/' . $contact['id'];
        }
 
        $poke_link = $a->get_baseurl() . '/poke/?f=&c=' . $contact['id'];
        $contact_url = $a->get_baseurl() . '/contacts/' . $contact['id'];
        $posts_link = $a->get_baseurl() . '/network/0?nets=all&cid=' . $contact['id'];
+       $contact_drop_link = $a->get_baseurl() . "/contacts/" . $contact['id'] . '/drop?confirm=1';
+       
 
        $menu = Array(
                'poke' => array(t("Poke"), $poke_link),