Remove unused App parameter from Module\Contact::getTabsHTML
This commit is contained in:
parent
b45ba63dbf
commit
f5ea07c731
4 changed files with 8 additions and 8 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue