mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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";
|
||||
}
|
||||
$d = '';
|
||||
$obj = null;
|
||||
if ($command) {
|
||||
$obj = $this->loader->getModuleCommandInstance($module, $command);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user