Remove duplicate call to Profile::getTabs in Module\Profile\Index
- Address https://github.com/friendica/friendica/issues/8167
This commit is contained in:
@@ -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']
|
||||||
|
|||||||
Reference in New Issue
Block a user