We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1ee66 commit 13b33aeCopy full SHA for 13b33ae
lib/private/Route/Router.php
@@ -416,8 +416,8 @@ protected function fixLegacyRootName(string $routeName): string {
416
if ($routeName === 'cloud_federation_api.requesthandlercontroller.receivenotification') {
417
return 'cloud_federation_api.requesthandler.receivenotification';
418
}
419
- if ($routeName === 'core.ProfilePage.index') {
420
- return 'profile.ProfilePage.index';
+ if ($routeName === 'core.profilepage.index') {
+ return 'profile.profilepage.index';
421
422
return $routeName;
423
0 commit comments