X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FBaseProfile.php;h=b5461d3d97c74a35e38e90815c6459a6a6617ed3;hb=52789f3ae4a07b79fabc99ab01386617fa75183f;hp=c6ef1c3541b014f43230d105756ec9d86ae1df9a;hpb=f2d917114f949b3f76c04f99247092a16b1e3e9e;p=friendica.git diff --git a/src/Module/BaseProfile.php b/src/Module/BaseProfile.php index c6ef1c3541..b5461d3d97 100644 --- a/src/Module/BaseProfile.php +++ b/src/Module/BaseProfile.php @@ -31,7 +31,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',