Skip to content
Snippets Groups Projects
Commit baf5da56 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix incorrect setting name on settings/tickets page

parent 846cf0ab
Branches
Tags
No related merge requests found
...@@ -23,7 +23,7 @@ if(!($maxfileuploads=ini_get('max_file_uploads'))) ...@@ -23,7 +23,7 @@ if(!($maxfileuploads=ini_get('max_file_uploads')))
</td> </td>
<td> <td>
<input type="text" name="ticket_number_format" value="<?php <input type="text" name="ticket_number_format" value="<?php
echo $config['ticke_number_format']; ?>"/> echo $config['ticket_number_format']; ?>"/>
<span class="faded"><?php echo __('e.g.'); ?> <span id="format-example"><?php <span class="faded"><?php echo __('e.g.'); ?> <span id="format-example"><?php
if ($config['ticket_sequence_id']) if ($config['ticket_sequence_id'])
$seq = Sequence::lookup($config['ticket_sequence_id']); $seq = Sequence::lookup($config['ticket_sequence_id']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment