Minor fix
This commit is contained in:
parent
0bc2b9ddec
commit
3bed8a7efa
|
@ -3248,7 +3248,7 @@ while (1) {
|
||||||
log_message('debug', 'Running omnishell commmand ['.$command.']');
|
log_message('debug', 'Running omnishell commmand ['.$command.']');
|
||||||
}
|
}
|
||||||
|
|
||||||
my $output = $omnishell->run($command, 'xml');
|
my $output = $omnishell->runCommand($command, 'xml');
|
||||||
if (!empty($output)) {
|
if (!empty($output)) {
|
||||||
$Xml .= $output;
|
$Xml .= $output;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue