X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_contact.php;h=1f96dab25b9403e56a793b2df6f2e50202fd6540;hb=e0deb633f0e7dea3085be2412dbf8eb2da6103cb;hp=bf15afa86392a7fe1f1331f174b545f11f9ea5db;hpb=895b3abf320a28ecf0f797f4f4900e6baf429308;p=friendica.git diff --git a/mod/update_contact.php b/mod/update_contact.php index bf15afa863..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 = ''; }