fix(route): Change "core.ProfilePage.index" to lowercase

Signed-off-by: zak39 <fotia.baptiste@hotmail.com>
pull/54530/head
zak39 2 months ago
parent 4733369764
commit a98ba27a0f
  1. 4
      lib/private/Route/Router.php

@ -442,8 +442,8 @@ class Router implements IRouter {
if ($routeName === 'cloud_federation_api.requesthandlercontroller.receivenotification') {
return 'cloud_federation_api.requesthandler.receivenotification';
}
if ($routeName === 'core.ProfilePage.index') {
return 'profile.ProfilePage.index';
if ($routeName === 'core.profilepage.index') {
return 'profile.profilepage.index';
}
return $routeName;
}

Loading…
Cancel
Save