From d7b78465c957f8dbf1539452743c666c96b413a8 Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Fri, 19 Oct 2012 18:10:22 -0400
Subject: [PATCH] Add lock time to reply form (used to auto-enable/disable
 locking on js end)

---
 include/staff/ticket-view.inc.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/staff/ticket-view.inc.php b/include/staff/ticket-view.inc.php
index c602b7ecb..c2cb0bd10 100644
--- a/include/staff/ticket-view.inc.php
+++ b/include/staff/ticket-view.inc.php
@@ -366,6 +366,7 @@ if(!$cfg->showNotesInline()) { ?>
         <?php csrf_token(); ?>
         <input type="hidden" name="id" value="<?php echo $ticket->getId(); ?>">
         <input type="hidden" name="msgId" value="<?php echo $msgId; ?>">
+        <input type="hidden" name="locktime" value="<?php echo $cfg->getLockTime(); ?>">
         <input type="hidden" name="a" value="reply">
         <span class="error"></span>
         <table border="0" cellspacing="0" cellpadding="3">
-- 
GitLab