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 4733369 commit a98ba27Copy full SHA for a98ba27
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