+ init filter for greater clarity

This commit is contained in:
Sims24 2016-01-24 11:58:05 +01:00
parent 4c16b235dc
commit 2e7ef058d9
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ sub new {
"critical:s" => { name => 'critical', }, "critical:s" => { name => 'critical', },
"db-table:s@" => { name => 'db_table', }, "db-table:s@" => { name => 'db_table', },
}); });
$self->{filter} = {};
return $self; return $self;
} }