]> git.mxchange.org Git - friendica.git/blobdiff - mod/allfriends.php
Merge pull request #3613 from annando/some-ostatus
[friendica.git] / mod / allfriends.php
index 7a134a7be190346c215d5d69b53ae208a576f098..fe3013a7c4af5fef7bef783e1fcaa151ac2aded5 100644 (file)
@@ -1,11 +1,13 @@
 <?php
 
+use Friendica\App;
+
 require_once('include/socgraph.php');
 require_once('include/Contact.php');
 require_once('include/contact_selectors.php');
 require_once('mod/contacts.php');
 
-function allfriends_content(App &$a) {
+function allfriends_content(App $a) {
 
        $o = '';
        if (! local_user()) {