mirror of
https://github.com/friendica/friendica
synced 2025-04-24 06:30:13 +00:00
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
|
@ -125,7 +125,7 @@ class Advanced extends BaseModule
|
|||
$remote_self_options = ['0' => DI::l10n()->t('No mirroring'), '2' => DI::l10n()->t('Mirror as my own posting')];
|
||||
}
|
||||
|
||||
$tab_str = Contact::getTabsHTML(DI::app(), $contact, 6);
|
||||
$tab_str = Contact::getTabsHTML($contact, 6);
|
||||
|
||||
$tpl = Renderer::getMarkupTemplate('contact/advanced.tpl');
|
||||
return Renderer::replaceMacros($tpl, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue