Remove duplicate call to Profile::getTabs in Module\Profile\Index
- Address https://github.com/friendica/friendica/issues/8167
This commit is contained in:
parent
5c05d28a8e
commit
602a57577d
1 changed files with 0 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue