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
|
@ -148,7 +148,6 @@ class Index extends BaseModule
|
||||||
$basic_fields += self::buildField('homepage', DI::l10n()->t('Homepage:'), HTML::toLink($a->profile['homepage']));
|
$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 (
|
if (
|
||||||
$a->profile['address']
|
$a->profile['address']
|
||||||
|| $a->profile['locality']
|
|| $a->profile['locality']
|
||||||
|
|
Loading…
Reference in a new issue