X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FBaseProfile.php;h=be38a958377b93c93e09dd17595063b70d41e5d7;hb=0031b4e18cff5ded33c5f8599d6d93ea090986ff;hp=c6ef1c3541b014f43230d105756ec9d86ae1df9a;hpb=f2d917114f949b3f76c04f99247092a16b1e3e9e;p=friendica.git diff --git a/src/Module/BaseProfile.php b/src/Module/BaseProfile.php index c6ef1c3541..be38a95837 100644 --- a/src/Module/BaseProfile.php +++ b/src/Module/BaseProfile.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Module; @@ -31,7 +50,7 @@ class BaseProfile extends BaseModule $tabs = [ [ 'label' => DI::l10n()->t('Profile'), - 'url' => $baseProfileUrl, + 'url' => $baseProfileUrl . '/profile', 'sel' => $current == 'profile' ? 'active' : '', 'title' => DI::l10n()->t('Profile Details'), 'id' => 'profile-tab',