+ Fix fatpacker list-plugin
This commit is contained in:
parent
36310025af
commit
f374340522
|
@ -214,7 +214,7 @@ sub display_list_plugin {
|
|||
|
||||
foreach my $key (@$integrated_plugins) {
|
||||
# Need to load it to get the description
|
||||
centreon::plugins::misc::mymodule_load(output => $self->{output}, module => $self->{plugin},
|
||||
centreon::plugins::misc::mymodule_load(output => $self->{output}, module => $key,
|
||||
error_msg => "Cannot load module --plugin.");
|
||||
|
||||
my $name = $key;
|
||||
|
|
Loading…
Reference in New Issue