diff --git a/admin/admin_reply_ticket.php b/admin/admin_reply_ticket.php index 75e6180f..62255dd1 100644 --- a/admin/admin_reply_ticket.php +++ b/admin/admin_reply_ticket.php @@ -201,9 +201,9 @@ if (!empty($_POST['set_priority'])) { } $options = array( - 0 => '' . $hesklang['critical'] . '', - 1 => '' . $hesklang['high'] . '', - 2 => '' . $hesklang['medium'] . '', + 0 => '' . $hesklang['critical'] . '', + 1 => '' . $hesklang['high'] . '', + 2 => '' . $hesklang['medium'] . '', 3 => $hesklang['low'] ); diff --git a/admin/admin_ticket.php b/admin/admin_ticket.php index 557eb193..532c2746 100644 --- a/admin/admin_ticket.php +++ b/admin/admin_ticket.php @@ -31,6 +31,7 @@ define('IN_SCRIPT', 1); define('HESK_PATH', '../'); define('WYSIWYG', 1); +define('VALIDATOR', 1); /* Get all the required files and functions */ require(HESK_PATH . 'hesk_settings.inc.php'); @@ -668,28 +669,51 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
@@ -1213,10 +1237,13 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); ?>