Update app_config.php

Add module_order.
This commit is contained in:
FusionPBX
2016-05-24 23:12:01 -06:00
parent cb87324aad
commit e1e3ad0ba9

View File

@@ -73,6 +73,10 @@
$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'] = "module_order";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "module_enabled";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "moduleenabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";