mirror of
https://github.com/humhub/humhub.git
synced 2025-03-14 20:19:47 +01:00
Fixed: Profile link for guests
This commit is contained in:
parent
60fd32e3dc
commit
9246210a23
@ -44,7 +44,7 @@ class ProfileController extends ContentContainerController
|
||||
'stream' => array(
|
||||
'class' => \humhub\modules\content\components\actions\ContentContainerStream::className(),
|
||||
'mode' => \humhub\modules\content\components\actions\ContentContainerStream::MODE_NORMAL,
|
||||
'contentContainer' => $this->getUser()
|
||||
'contentContainer' => $this->contentContainer
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user