mirror of
https://github.com/humhub/humhub.git
synced 2025-03-04 07:08:58 +01:00
Fixed #1277: User profile hide sidebar option broken
This commit is contained in:
parent
0d5e6e31e7
commit
348919717b
@ -12,7 +12,7 @@ $user = $this->context->getUser();
|
||||
<?= \humhub\modules\user\widgets\ProfileMenu::widget(['user' => $this->context->user]); ?>
|
||||
</div>
|
||||
|
||||
<?php if (isset($this->hideSidebar) && $this->hideSidebar) : ?>
|
||||
<?php if (isset($this->context->hideSidebar) && $this->context->hideSidebar) : ?>
|
||||
<div class="col-md-10 layout-content-container">
|
||||
<?php echo $content; ?>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user