From: Hypolite Petovan Date: Sat, 25 Jan 2020 21:26:55 +0000 (-0500) Subject: Remove duplicate call to Profile::getTabs in Module\Profile\Index X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=602a57577dcba3fe3d54594332e4dbd306375f37;p=friendica.git Remove duplicate call to Profile::getTabs in Module\Profile\Index - Address https://github.com/friendica/friendica/issues/8167 --- diff --git a/src/Module/Profile/Index.php b/src/Module/Profile/Index.php index 95a929d4b6..521a682dc8 100644 --- a/src/Module/Profile/Index.php +++ b/src/Module/Profile/Index.php @@ -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']