ErrorController: Respect $this->compact

refs #5543
This commit is contained in:
Johannes Meyer 2015-10-01 17:56:39 +02:00
parent a360235f81
commit 786db6666e

View File

@ -1,4 +1,4 @@
<?php if (! $hideControls): ?> <?php if (! $this->compact && !$hideControls): ?>
<div class="controls"> <div class="controls">
<?= $tabs->showOnlyCloseButton(); ?> <?= $tabs->showOnlyCloseButton(); ?>
</div> </div>