mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix variable undefined when adding new module (#7622)
This commit is contained in:
@@ -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"])) {
|
||||
|
||||
Reference in New Issue
Block a user