Remove the timestamp when creating modules from a hash.

This commit is contained in:
Ramon Novoa 2016-11-14 13:53:00 +01:00
parent fb63106130
commit 8b81dcd1f9
1 changed files with 3 additions and 0 deletions

View File

@ -2662,6 +2662,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'})) {