]> git.mxchange.org Git - friendica.git/blobdiff - mod/allfriends.php
Move mod Contacts to /src/Module
[friendica.git] / mod / allfriends.php
index b41d0c891be7ec7feceb100b80404882f5c7cbe4..190ab12a66643183e2087ce360e181c6d1998c3b 100644 (file)
@@ -12,9 +12,9 @@ use Friendica\Model\Contact;
 use Friendica\Model\GContact;
 use Friendica\Model\Profile;
 use Friendica\Util\Proxy as ProxyUtils;
+use Friendica\Module\Contacts;
 
 require_once 'include/dba.php';
-require_once 'mod/contacts.php';
 
 function allfriends_content(App $a)
 {
@@ -96,7 +96,7 @@ function allfriends_content(App $a)
                $entries[] = $entry;
        }
 
-       $tab_str = contacts_tab($a, $contact, 4);
+       $tab_str = Contacts::contacts_tab($a, $contact, 4);
 
        $tpl = get_markup_template('viewcontact_template.tpl');