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

- Address https://github.com/friendica/friendica/issues/8167
This commit is contained in:
Hypolite Petovan 2020-01-25 16:26:55 -05:00
parent 5c05d28a8e
commit 602a57577d
1 changed files with 0 additions and 1 deletions

View File

@ -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']