mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 13:45:18 +02:00
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 {
|
sub new {
|
||||||
my ($class, %options) = @_;
|
my ($class, %options) = @_;
|
||||||
my $self = $class->SUPER::new(package => __PACKAGE__, %options);
|
my $self = $class->SUPER::new(package => __PACKAGE__, %options);
|
||||||
bless $self, $class;
|
bless $self, $class;
|
||||||
|
|
||||||
$self->{modes} = {
|
$self->{modes} = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user