Bugfix: Repairing a contact was more like killing the contact ...

This commit is contained in:
Michael Vogel 2015-10-04 19:39:55 +02:00
commit 72ecb9e67b
5 changed files with 5 additions and 4 deletions

View file

@ -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,