]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Profile/Contacts.php
Merge branch 'develop' into new_image_presentation
[friendica.git] / src / Module / Profile / Contacts.php
index 6397ff459564f34149bffd0e93709dd25c70e5ec..5f8363a03df39f4f90d9c0488111bd4b4cd608b1 100644 (file)
@@ -57,7 +57,7 @@ class Contacts extends Module\BaseProfile
 
                Nav::setSelected('home');
 
-               $o = self::getTabsHTML($a, 'contacts', $is_owner, $profile['nickname'], $profile['hide-friends']);
+               $o = self::getTabsHTML('contacts', $is_owner, $profile['nickname'], $profile['hide-friends']);
 
                $tabs = self::getContactFilterTabs('profile/' . $nickname, $type, DI::userSession()->isAuthenticated() && $profile['uid'] != DI::userSession()->getLocalUserId());