Changeset 2367


Ignore:
Timestamp:
06/02/20 08:50:48 (4 years ago)
Author:
nanardon
Message:

Avoid odd number due to empty value in config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts.pm

    r2366 r2367  
    156156 
    157157    my %params = 
    158         map { $_ => ($self->val($section, $_)) } 
     158        map { $_ => ($self->val($section, $_) || undef) } 
    159159        ($self->Parameters($section), $self->Parameters('_default_')); 
    160160  
Note: See TracChangeset for help on using the changeset viewer.