Update app_config.php (#5050)

This commit is contained in:
chansizzle
2020-01-09 11:14:14 -07:00
committed by FusionPBX
parent 20e1441749
commit a1545e2675

View File

@@ -84,7 +84,6 @@
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_enabled';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Set the status of the template.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_description';