Skip to content

Commit 13b33ae

Browse files
zak39AndyScherzinger
authored andcommitted
fix(route): Change "core.ProfilePage.index" to lowercase
Signed-off-by: zak39 <[email protected]>
1 parent 9f1ee66 commit 13b33ae

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)