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'); } } } - ?> - - + } ?>