X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_contact.php;h=1f96dab25b9403e56a793b2df6f2e50202fd6540;hb=6c341962648b73c935c2de26996b07332b776a1f;hp=361234fea77820ed8d6192e412e88f0d7c0d076f;hpb=8821d33f73785884cfce83e7b23d3ef19cc1bc11;p=friendica.git diff --git a/mod/update_contact.php b/mod/update_contact.php index 361234fea7..1f96dab25b 100644 --- a/mod/update_contact.php +++ b/mod/update_contact.php @@ -14,7 +14,7 @@ function update_contact_content(App $a) echo "
"; if ($_GET["force"] == 1) { - $text = Contact::content($a, true); + $text = Contact::content(true); } else { $text = ''; } @@ -34,5 +34,5 @@ function update_contact_content(App $a) echo str_replace("\t", " ", $text); echo "
"; echo "\r\n"; - killme(); + exit(); }