mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Restore module_conf name
This commit is contained in:
parent
a59f29f557
commit
8e92f612fd
@ -759,6 +759,8 @@ sub process_module_data ($$$$$$$$$$) {
|
|||||||
# Name XML tag and column name don't match
|
# Name XML tag and column name don't match
|
||||||
$module_conf->{'nombre'} = safe_input($module_name);
|
$module_conf->{'nombre'} = safe_input($module_name);
|
||||||
|
|
||||||
|
delete $module_conf->{'name'};
|
||||||
|
|
||||||
# Calculate the module interval in seconds
|
# Calculate the module interval in seconds
|
||||||
if (defined($module_conf->{'cron_interval'})) {
|
if (defined($module_conf->{'cron_interval'})) {
|
||||||
$module_conf->{'module_interval'} = $module_conf->{'cron_interval'};
|
$module_conf->{'module_interval'} = $module_conf->{'cron_interval'};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user