mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Remove the timestamp when creating modules from a hash.
(cherry picked from commit 8b81dcd1f92dc56cc5151aef69d3e7fa33753e01)
This commit is contained in:
parent
904ab2ba52
commit
6baa765d75
@ -2697,6 +2697,9 @@ sub pandora_create_module_from_hash ($$$) {
|
||||
if (defined $parameters->{'id_network_component_group'}) {
|
||||
delete $parameters->{'id_network_component_group'};
|
||||
}
|
||||
if (defined $parameters->{'timestamp'}) {
|
||||
delete $parameters->{'timestamp'};
|
||||
}
|
||||
|
||||
# Encrypt plug-in passwords.
|
||||
if (defined($parameters->{'plugin_pass'})) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user