Restore module_conf name

This commit is contained in:
Félix Suárez 2023-06-11 14:06:29 -06:00
parent a59f29f557
commit 8e92f612fd

View File

@ -759,6 +759,8 @@ sub process_module_data ($$$$$$$$$$) {
# Name XML tag and column name don't match
$module_conf->{'nombre'} = safe_input($module_name);
delete $module_conf->{'name'};
# Calculate the module interval in seconds
if (defined($module_conf->{'cron_interval'})) {
$module_conf->{'module_interval'} = $module_conf->{'cron_interval'};