mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
fix(route): Change "core.ProfilePage.index" to lowercase
Signed-off-by: zak39 <fotia.baptiste@hotmail.com>
This commit is contained in:
parent
9f1ee66391
commit
13b33ae8a1
1 changed files with 2 additions and 2 deletions
|
|
@ -416,8 +416,8 @@ class Router implements IRouter {
|
|||
if ($routeName === 'cloud_federation_api.requesthandlercontroller.receivenotification') {
|
||||
return 'cloud_federation_api.requesthandler.receivenotification';
|
||||
}
|
||||
if ($routeName === 'core.ProfilePage.index') {
|
||||
return 'profile.ProfilePage.index';
|
||||
if ($routeName === 'core.profilepage.index') {
|
||||
return 'profile.profilepage.index';
|
||||
}
|
||||
return $routeName;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue