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:
parent
dfa7e7edea
commit
b15fdfd40e
35 changed files with 1222 additions and 37 deletions
lib/private
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue