Skip to content

Commit bf89e3a

Browse files
Merge pull request #54547 from nextcloud/backport/54530/stable31
2 parents 9f1ee66 + 13b33ae commit bf89e3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/private/Route/Router.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ protected function fixLegacyRootName(string $routeName): string {
416416
if ($routeName === 'cloud_federation_api.requesthandlercontroller.receivenotification') {
417417
return 'cloud_federation_api.requesthandler.receivenotification';
418418
}
419-
if ($routeName === 'core.ProfilePage.index') {
420-
return 'profile.ProfilePage.index';
419+
if ($routeName === 'core.profilepage.index') {
420+
return 'profile.profilepage.index';
421421
}
422422
return $routeName;
423423
}

0 commit comments

Comments
 (0)