Fix log msg (#1658)

This commit is contained in:
Christophe Maudoux 2019-02-25 22:25:25 +01:00
parent b04d8c4ce7
commit 3f9957ee6c

View File

@ -87,8 +87,8 @@ sub check {
}
# Create an array of hashes for template loop
$self->logger->debug("Delete hidden attributes");
foreach my $k ( sort keys %$attrs ) {
$self->logger->debug("Delete hidden attributes");
# Ignore hidden attributes or empty values
if ( $self->conf->{checkUserDisplayEmptyValues} ) {