From db6441c3dba2ac782abfe75d1ac2626f73a63152 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sun, 10 May 2015 20:54:42 -0400 Subject: [PATCH] Fixes #232 Show status of merged ticket on client-side view ticket --- ticket.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ticket.php b/ticket.php index 069d8e14..8c0668ae 100644 --- a/ticket.php +++ b/ticket.php @@ -265,7 +265,7 @@ require_once(HESK_PATH . 'inc/header.inc.php');

'.$hesklang['status'].'

'; - $ticketStatusKey = $ticket['statusKey']; + $ticketStatusKey = $status['ShortNameContentKey']; echo '

'.$hesklang[$ticketStatusKey].'

'; echo '
'; echo '

'.$hesklang['last_replier'].'