Fixes #415 Retain language when editing ticket

This commit is contained in:
Mike Koch 2015-11-15 15:25:36 -05:00
parent d6956c9e06
commit 1f5827d5a1

View File

@ -223,7 +223,9 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
</select>
</div>
</div>
<?php } ?>
<?php } else {
echo '<input type="hidden" name="customerLanguage" value="' . $ticket['language'] . '">';
} ?>
<div class="form-group">
<label for="subject" class="col-sm-3 control-label"><?php echo $hesklang['subject']; ?>:</label>