]> git.mxchange.org Git - friendica.git/blobdiff - mod/allfriends.php
Bump DB version
[friendica.git] / mod / allfriends.php
index 7a134a7be190346c215d5d69b53ae208a576f098..f51070bbe86d472216892b3685cc34fb19680520 100644 (file)
@@ -5,7 +5,7 @@ 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()) {