]> git.mxchange.org Git - friendica.git/commitdiff
Fix call to Contact::content in mod/update_contact
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 7 Jan 2019 18:25:14 +0000 (13:25 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 21 Jan 2019 16:12:49 +0000 (11:12 -0500)
mod/update_contact.php

index bf15afa86392a7fe1f1331f174b545f11f9ea5db..1f96dab25b9403e56a793b2df6f2e50202fd6540 100644 (file)
@@ -14,7 +14,7 @@ function update_contact_content(App $a)
        echo "<section>";
 
        if ($_GET["force"] == 1) {
-               $text = Contact::content($a, true);
+               $text = Contact::content(true);
        } else {
                $text = '';
        }