Update app_config.php

This commit is contained in:
FusionPBX 2019-07-25 18:55:44 -06:00 committed by GitHub
parent ed0fc4ee36
commit 90d76ab5d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,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_order";
$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++;