Remove duplicate call to Profile::getTabs in Module\Profile\Index

- Address https://github.com/friendica/friendica/issues/8167
pull/8171/head
Hypolite Petovan 2020-01-25 16:26:55 -05:00
rodzic 5c05d28a8e
commit 602a57577d
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -148,7 +148,6 @@ class Index extends BaseModule
$basic_fields += self::buildField('homepage', DI::l10n()->t('Homepage:'), HTML::toLink($a->profile['homepage']));
}
$o .= Profile::getTabs($a, 'profile', $is_owner, $a->profile['nickname']);
if (
$a->profile['address']
|| $a->profile['locality']