mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
Documentation: Fix Variable '$obj' is probably undefined
This commit is contained in:
parent
a4744833bc
commit
d13f52c1b2
@ -73,6 +73,7 @@ class Documentation
|
|||||||
return "The '$module' module does not provide any CLI commands\n";
|
return "The '$module' module does not provide any CLI commands\n";
|
||||||
}
|
}
|
||||||
$d = '';
|
$d = '';
|
||||||
|
$obj = null;
|
||||||
if ($command) {
|
if ($command) {
|
||||||
$obj = $this->loader->getModuleCommandInstance($module, $command);
|
$obj = $this->loader->getModuleCommandInstance($module, $command);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user