We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed06a9e commit 48d8c30Copy full SHA for 48d8c30
1 file changed
solid/lib/Controller/PageController.php
@@ -52,7 +52,7 @@ private function getUserProfile($userId) {
52
'displayName' => $user->getDisplayName(),
53
'profileUri' => $this->urlGenerator->getAbsoluteURL($this->urlGenerator->linkToRoute("solid.profile.handleGet", array("userId" => $userId, "path" => "/card"))) . "#me",
54
'solidNavigation' => array(
55
- "profile" => $this->urlGenerator->getAbsoluteURL($this->urlGenerator->linkToRoute("solid.page.profile", array("userId" => $this->userId))),
+ "profile" => $this->urlGenerator->getAbsoluteURL($this->urlGenerator->linkToRoute("solid.page.profile", array("userId" => $userId))),
56
"launcher" => $this->urlGenerator->getAbsoluteURL($this->urlGenerator->linkToRoute("solid.app.appLauncher", array())),
57
)
58
);
0 commit comments