diff --git a/ticket.php b/ticket.php index 2ba4df15..ea87a4bf 100644 --- a/ticket.php +++ b/ticket.php @@ -315,8 +315,7 @@ if (!$show['show']) { $repliesColumnWidth = 3; } echo '

'.$hesklang['status'].'

'; - $ticketStatusKey = $status['Key']; - echo '

'.$hesklang[$ticketStatusKey].'

'; + echo '

'.mfh_getDisplayTextForStatusId($status['ID']).'

'; echo '
'; echo '

'.$hesklang['last_replier'].'

'.$ticket['repliername'].'

';