X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_contact.php;h=bea33b4841f96286ffd4c9ff4a86b93c5a0e23fa;hb=86320317f493d0bf26fac7860d2e0c388633ab0c;hp=361234fea77820ed8d6192e412e88f0d7c0d076f;hpb=27dd913fcc6fc31226f63bba2d9e1fba4a603cad;p=friendica.git diff --git a/mod/update_contact.php b/mod/update_contact.php index 361234fea7..bea33b4841 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(); }