mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed module configuration error with open version (without enterprise).
This commit is contained in:
parent
9cebf8ee34
commit
8a63bc171d
@ -994,7 +994,7 @@ if ($update_module || $create_module) {
|
||||
|
||||
// Make changes in the conf file if necessary
|
||||
enterprise_include_once('include/functions_config_agents.php');
|
||||
if (!policies_is_module_in_policy($id_agent_module)) {
|
||||
if (!enterprise_hook('policies_is_module_in_policy', array($id_agent_module))) {
|
||||
enterprise_hook('config_agents_write_module_in_conf',
|
||||
array($id_agente, io_safe_output($old_configuration_data),
|
||||
io_safe_output($configuration_data), $disabled));
|
||||
|
Loading…
x
Reference in New Issue
Block a user