diff --git a/ticket.php b/ticket.php index af8a582d..069d8e14 100644 --- a/ticket.php +++ b/ticket.php @@ -264,9 +264,17 @@ require_once(HESK_PATH . 'inc/header.inc.php');

:

-

'.$hesklang['open_action'].'';} - elseif ($hesk_settings['custclose']) {echo ''.$hesklang['close_action'].'';} ?>

+

'.$hesklang['open_action'].''; + } + elseif ($hesk_settings['custclose'] && $isClosable) { + echo ''.$hesklang['close_action'].''; + } ?>