Skip to content

Commit

Permalink
ErrorController: Respect $this->compact
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
Johannes Meyer committed Oct 1, 2015
1 parent a360235 commit 786db66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/scripts/error/error.phtml
@@ -1,4 +1,4 @@
<?php if (! $hideControls): ?>
<?php if (! $this->compact && !$hideControls): ?>
<div class="controls">
<?= $tabs->showOnlyCloseButton(); ?>
</div>
Expand Down

0 comments on commit 786db66

Please sign in to comment.