Remove the timestamp when creating modules from a hash.

(cherry picked from commit 8b81dcd1f92dc56cc5151aef69d3e7fa33753e01)
This commit is contained in:
Ramon Novoa 2016-11-14 13:53:00 +01:00
parent 904ab2ba52
commit 6baa765d75

View File

@ -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'})) {