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.
2 parents 9f1ee66 + 13b33ae commit bf89e3aCopy full SHA for bf89e3a
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