1
0
Fork 0

Remove unused App parameter from Module\Contact::getTabsHTML

This commit is contained in:
Hypolite Petovan 2020-08-06 10:31:40 -04:00
commit f5ea07c731
4 changed files with 8 additions and 8 deletions

View file

@ -120,7 +120,7 @@ function common_content(App $a)
$title = '';
$tab_str = '';
if ($cmd === 'loc' && $cid && local_user() == $uid) {
$tab_str = Module\Contact::getTabsHTML($a, $contact, 5);
$tab_str = Module\Contact::getTabsHTML($contact, 5);
} else {
$title = DI::l10n()->t('Common Friends');
}