0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-08 15:50:43 +00:00

chore(profile): move profile app from core to apps

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
skjnldsv 2024-11-13 09:42:26 +01:00
parent dfa7e7edea
commit b15fdfd40e
35 changed files with 1222 additions and 37 deletions

View file

@ -233,7 +233,7 @@ class NavigationManager implements INavigationManager {
'id' => 'profile',
'order' => 1,
'href' => $this->urlGenerator->linkToRoute(
'core.ProfilePage.index',
'profile.ProfilePage.index',
['targetUserId' => $this->userSession->getUser()->getUID()],
),
'name' => $l->t('View profile'),