From d70e9fc35072fbd5aa53427714ccc1b01a51bd73 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Fri, 2 Sep 2016 08:02:36 -0400 Subject: [PATCH] #451 Use correct ticket editor when editing ticket/reply --- admin/edit_post.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/admin/edit_post.php b/admin/edit_post.php index 6171c4a9..c203b477 100644 --- a/admin/edit_post.php +++ b/admin/edit_post.php @@ -81,6 +81,7 @@ if (hesk_isREQUEST('reply')) { } $reply = hesk_dbFetchAssoc($result); $ticket['message'] = $reply['message']; + $ticket['html'] = $reply['html']; $is_reply = 1; } @@ -451,15 +452,13 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); } } } - ?> - - + } ?>