mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
fix(profile): add legacy root for old core.ProfilePage.index
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user