From: friendica Date: Sun, 15 Apr 2012 13:34:01 +0000 (-0700) Subject: open contact edit in same window X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f994f9abc6092106659a29f5ee1be0706825c203;p=friendica.git open contact edit in same window --- diff --git a/include/Contact.php b/include/Contact.php index 388819b01e..9ba1e8ae5c 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -158,7 +158,7 @@ function contact_photo_menu($contact) { $o = ""; foreach($menu as $k=>$v){ if ($v!="") { - if(($k !== t("Network Posts")) && ($k !== t("Send PM"))) + if(($k !== t("Network Posts")) && ($k !== t("Send PM")) && ($k !== t('Edit Contact'))) $o .= "
  • $k
  • \n"; else $o .= "
  • $k
  • \n";