Fix variable undefined when adding new module (#7622)

This commit is contained in:
frytimo
2025-11-16 00:27:22 -04:00
committed by GitHub
parent 9ebcbb75b8
commit e8aabf8d04

View File

@@ -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"])) {