]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_contacts.php
Rename Contacts:content function
[friendica.git] / mod / update_contacts.php
index 1ad5cd4a3b13a40bb8827efc48ffc22c6e0ac1f2..33ba85055f30635963304a8950099d37f1251b6d 100644 (file)
@@ -14,7 +14,7 @@ function update_contacts_content(App $a)
        echo "<section>";
 
        if ($_GET["force"] == 1) {
-               $text = Contacts::contacts_content($a, true);
+               $text = Contacts::content($a, true);
        } else {
                $text = '';
        }