X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fallfriends.php;h=f51070bbe86d472216892b3685cc34fb19680520;hb=1c6535c0b45c32ccbb0e2bd49e5bb7a6d5435d27;hp=7a134a7be190346c215d5d69b53ae208a576f098;hpb=5547bc2cc254d27c78bcdd15123a024b52e0a99b;p=friendica.git diff --git a/mod/allfriends.php b/mod/allfriends.php index 7a134a7be1..f51070bbe8 100644 --- a/mod/allfriends.php +++ b/mod/allfriends.php @@ -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()) {