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