fix(plugin) Json PATH lib - CTOR-525 (#5027)
This commit is contained in:
parent
73428460ca
commit
10d004a7b3
|
@ -26,7 +26,7 @@ use base qw(centreon::plugins::script_simple);
|
|||
|
||||
sub new {
|
||||
my ($class, %options) = @_;
|
||||
my $self = $class->SUPER::new(package => __PACKAGE__, %options);
|
||||
my $self = $class->SUPER::new(package => __PACKAGE__, %options);
|
||||
bless $self, $class;
|
||||
|
||||
$self->{modes} = {
|
||||
|
|
Loading…
Reference in New Issue