mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Fix userlink in sidebar
This commit is contained in:
parent
48ea060476
commit
7b04bcff73
@ -132,7 +132,7 @@ public function show() {
|
||||
48 => $user->getAvatar()->getImageTag(48)
|
||||
),
|
||||
'link' => \wcf\system\request\LinkHandler::getInstance()->getLink('User', array(
|
||||
'user' => $user->getDecoratedObject()
|
||||
'object' => $user->getDecoratedObject()
|
||||
))
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user