fix is enterprise
This commit is contained in:
parent
78643b2b99
commit
4fedfe92fc
|
@ -575,8 +575,11 @@ switch ($moduletype) {
|
|||
3,
|
||||
4,
|
||||
5,
|
||||
10,
|
||||
];
|
||||
if (enterprise_installed()) {
|
||||
$categories[] = 10;
|
||||
}
|
||||
|
||||
include 'module_manager_editor_common.php';
|
||||
include 'module_manager_editor_network.php';
|
||||
break;
|
||||
|
|
|
@ -264,8 +264,11 @@ if ($id_component_type == 6) {
|
|||
3,
|
||||
4,
|
||||
5,
|
||||
10,
|
||||
];
|
||||
if (enterprise_installed()) {
|
||||
$categories[] = 10;
|
||||
}
|
||||
|
||||
include $config['homedir'].'/godmode/modules/manage_network_components_form_common.php';
|
||||
include $config['homedir'].'/godmode/modules/manage_network_components_form_network.php';
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue