mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
open contact edit in same window
This commit is contained in:
parent
c4e8ef330e
commit
f994f9abc6
1 changed files with 1 additions and 1 deletions
|
@ -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 .= "<li><a target=\"redir\" href=\"$v\">$k</a></li>\n";
|
||||
else
|
||||
$o .= "<li><a href=\"$v\">$k</a></li>\n";
|
||||
|
|
Loading…
Reference in a new issue