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 4636e16 + a98ba27 commit f7cdb22Copy full SHA for f7cdb22
lib/private/Route/Router.php
@@ -442,8 +442,8 @@ protected function fixLegacyRootName(string $routeName): string {
442
if ($routeName === 'cloud_federation_api.requesthandlercontroller.receivenotification') {
443
return 'cloud_federation_api.requesthandler.receivenotification';
444
}
445
- if ($routeName === 'core.ProfilePage.index') {
446
- return 'profile.ProfilePage.index';
+ if ($routeName === 'core.profilepage.index') {
+ return 'profile.profilepage.index';
447
448
return $routeName;
449
0 commit comments