Skip to content

Commit

Permalink
fix: user id in avatar url
Browse files Browse the repository at this point in the history
  • Loading branch information
rivexe committed Mar 4, 2024
1 parent cf7e5bd commit 3531194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/editorcontroller.php
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ public function userInfo($userIds) {
$this->urlGenerator->linkToRoute(
"core.avatar.getAvatar",
[
"userId" => $userId,
"userId" => $user->getUID(),
"size" => 64,
]
)
Expand Down

0 comments on commit 3531194

Please sign in to comment.