diff --git a/app/modules/module_edit.php b/app/modules/module_edit.php index 1d36f892a5..3835b32b11 100644 --- a/app/modules/module_edit.php +++ b/app/modules/module_edit.php @@ -45,6 +45,8 @@ $module_description = ''; $module_category = ''; $module_order = ''; + $module_enabled = 'true'; + $module_default_enabled = 'true'; //determin the action add or update if (!empty($_REQUEST["id"]) && is_uuid($_REQUEST["id"])) {