Update app_config.php

This commit is contained in:
FusionPBX
2019-07-27 09:14:27 -06:00
committed by GitHub
parent 75909d85b6
commit 53964b40c0

View File

@@ -119,7 +119,8 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "group_level";
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "group_level";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "group_order";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;