Skip to content

Commit a98ba27

Browse files
committed
fix(route): Change "core.ProfilePage.index" to lowercase
Signed-off-by: zak39 <fotia.baptiste@hotmail.com>
1 parent 4733369 commit a98ba27

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
@@ -442,8 +442,8 @@ protected function fixLegacyRootName(string $routeName): string {
442442
if ($routeName === 'cloud_federation_api.requesthandlercontroller.receivenotification') {
443443
return 'cloud_federation_api.requesthandler.receivenotification';
444444
}
445-
if ($routeName === 'core.ProfilePage.index') {
446-
return 'profile.ProfilePage.index';
445+
if ($routeName === 'core.profilepage.index') {
446+
return 'profile.profilepage.index';
447447
}
448448
return $routeName;
449449
}

0 commit comments

Comments
 (0)