Bugfix: Repairing a contact was more like killing the contact ...
This commit is contained in:
parent
9f68676db6
commit
72ecb9e67b
5 changed files with 5 additions and 4 deletions
|
@ -243,7 +243,7 @@ function _contact_update_profile($contact_id) {
|
|||
return;
|
||||
|
||||
$updatefields = array("name", "nick", "url", "addr", "batch", "notify", "poll", "request", "confirm",
|
||||
"poco", "network", "alias", "pubkey");
|
||||
"poco", "network", "alias");
|
||||
$update = array();
|
||||
|
||||
if ($data["network"] == NETWORK_OSTATUS) {
|
||||
|
|
|
@ -94,6 +94,7 @@ function follow_content(&$a) {
|
|||
'$nickname' => "",
|
||||
'$name' => $ret["name"],
|
||||
'$url' => $ret["url"],
|
||||
'$zrl' => zrl($ret["url"]),
|
||||
'$url_label' => t("Profile URL"),
|
||||
'$myaddr' => $myaddr,
|
||||
'$request' => $request,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue