mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 18:11:02 -04:00
fix(profile): add legacy root for old core.ProfilePage.index
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
parent
158299b3d7
commit
54be2ef0f3
1 changed files with 3 additions and 0 deletions
|
|
@ -407,6 +407,9 @@ 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';
|
||||
}
|
||||
return $routeName;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue