Remove unused App parameter from Module\Contact::getTabsHTML

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

View file

@ -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, [