]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/AllFriends.php
Create new page_tabs template
[friendica.git] / src / Module / AllFriends.php
index f41b8b0d71a9a7db0bfdddfc390b4b2733e2c7a8..9f1152f26ec1da81c2e0b26aa05ad07a959ca871 100644 (file)
@@ -72,7 +72,7 @@ class AllFriends extends BaseModule
                        return DI::l10n()->t('No friends to display.');
                }
 
-               $tab_str = Contact::getTabsHTML($app, $contact, 4);
+               $tab_str = Contact::getTabsHTML($contact, 4);
 
                $entries = [];
                foreach ($friends as $friend) {