]> git.mxchange.org Git - friendica.git/blobdiff - mod/update_contacts.php
Using random_int directly
[friendica.git] / mod / update_contacts.php
index 33ba85055f30635963304a8950099d37f1251b6d..1144ed1427128fe1c3214c769361ac8abbc75d3f 100644 (file)
@@ -5,7 +5,7 @@
 use Friendica\App;
 use Friendica\Core\L10n;
 use Friendica\Core\PConfig;
-use Friendica\Module\Contacts;
+use Friendica\Module\Contact;
 
 function update_contacts_content(App $a)
 {
@@ -14,7 +14,7 @@ function update_contacts_content(App $a)
        echo "<section>";
 
        if ($_GET["force"] == 1) {
-               $text = Contacts::content($a, true);
+               $text = Contact::content($a, true);
        } else {
                $text = '';
        }