monitoring: Fix error when listing acks ...
... if the user has no permission to remove acks.
This commit is contained in:
parent
a262d13f86
commit
ddae844c2a
|
@ -47,7 +47,7 @@ $acknowledgement = $object->acknowledgement;
|
|||
<?= $this->nl2br($this->createTicketLinks($this->escape($acknowledgement->getComment()))) ?>
|
||||
</dd>
|
||||
</dl>
|
||||
<?php else: ?>
|
||||
<?php elseif (isset($removeAckForm)): ?>
|
||||
<?= $removeAckForm ?>
|
||||
<?php endif ?>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue