diff --git a/app/modules/app_config.php b/app/modules/app_config.php index fbf26f48e8..416298bbe8 100644 --- a/app/modules/app_config.php +++ b/app/modules/app_config.php @@ -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";