Ignore:
Timestamp:
06/05/19 23:26:38 (5 years ago)
Author:
nanardon
Message:

Avoid value not initialized

File:
1 edited

Legend:

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

    r2234 r2261  
    4848    my $base = "LATMOS::Accounts::Bases::$pclass"->new(%{$options->{params}}) 
    4949        or return; 
     50 
     51    $options->{params}{monitored} ||= {}; 
     52 
    5053    $base->{_type} = lc($pclass); 
    5154    $base->{_label} = $options->{label}; 
Note: See TracChangeset for help on using the changeset viewer.