Skip to content

Commit

Permalink
Fixed #1277: User profile hide sidebar option broken
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- committed Nov 6, 2015
1 parent 0d5e6e3 commit 3489197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protected/humhub/modules/user/views/profile/_layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<?= \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>
Expand Down

0 comments on commit 3489197

Please sign in to comment.