monitoring: Fix error when listing acks ...

... if the user has no permission to remove acks.
This commit is contained in:
Eric Lippmann 2016-01-18 10:50:58 +01:00
parent a262d13f86
commit ddae844c2a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ $acknowledgement = $object->acknowledgement;
<?= $this->nl2br($this->createTicketLinks($this->escape($acknowledgement->getComment()))) ?> <?= $this->nl2br($this->createTicketLinks($this->escape($acknowledgement->getComment()))) ?>
</dd> </dd>
</dl> </dl>
<?php else: ?> <?php elseif (isset($removeAckForm)): ?>
<?= $removeAckForm ?> <?= $removeAckForm ?>
<?php endif ?> <?php endif ?>
</td> </td>